Show / Hide Table of Contents

Class SourceObjectIdentifier

An identifier for the Migration Job Object.

Inheritance
object
SourceObjectIdentifier
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 SourceObjectIdentifier : IDirectResponseSchema

Properties

Database

Optional. The database name. This will be required only if the object uses a database name as part of its unique identifier.

Declaration
[JsonProperty("database")]
public virtual string Database { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Schema

Optional. The schema name. This will be required only if the object uses a schema name as part of its unique identifier.

Declaration
[JsonProperty("schema")]
public virtual string Schema { get; set; }
Property Value
Type Description
string

Table

Optional. The table name. This will be required only if the object is a level below database or schema.

Declaration
[JsonProperty("table")]
public virtual string Table { get; set; }
Property Value
Type Description
string

Type

Required. The type of the migration job object.

Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX