Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

RestartMigrationJobRequest

import type { RestartMigrationJobRequest } from "https://googleapis.deno.dev/v1/datamigration:v1.ts";

Request message for 'RestartMigrationJob' request.

interface RestartMigrationJobRequest {
objectsFilter?: MigrationJobObjectsConfig;
restartFailedObjects?: boolean;
skipValidation?: boolean;
}

§Properties

§

Optional. The object filter to apply to the migration job.

§
restartFailedObjects?: boolean
[src]

Optional. If true, only failed objects will be restarted.

§
skipValidation?: boolean
[src]

Optional. Restart the migration job without running prior configuration verification. Defaults to false.