Show / Hide Table of Contents

Class SourceObjectsConfig

List of configurations for the source objects to be migrated.

Inheritance
object
SourceObjectsConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX