Class SourceObjectsConfig
List of configurations for the source objects to be migrated.
Implements
Inherited Members
Namespace: Google.Apis.DatabaseMigrationService.v1.Data
Assembly: Google.Apis.DatabaseMigrationService.v1.dll
Syntax
public class SourceObjectsConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ObjectConfigs
Optional. The list of the objects to be migrated.
Declaration
[JsonProperty("objectConfigs")]
public virtual IList<SourceObjectConfig> ObjectConfigs { get; set; }
Property Value
Type | Description |
---|---|
IList<SourceObjectConfig> |
ObjectsSelectionType
Optional. The objects selection type of the migration job.
Declaration
[JsonProperty("objectsSelectionType")]
public virtual string ObjectsSelectionType { get; set; }
Property Value
Type | Description |
---|---|
string |