Class MigrationJobObjectsConfig
Configuration for the objects to be migrated.
Implements
Inherited Members
Namespace: Google.Apis.DatabaseMigrationService.v1.Data
Assembly: Google.Apis.DatabaseMigrationService.v1.dll
Syntax
public class MigrationJobObjectsConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SourceObjectsConfig
The list of the migration job objects.
Declaration
[JsonProperty("sourceObjectsConfig")]
public virtual SourceObjectsConfig SourceObjectsConfig { get; set; }
Property Value
Type | Description |
---|---|
SourceObjectsConfig |