Class EntityDdl
A single DDL statement for a specific entity
Implements
Inherited Members
Namespace: Google.Apis.DatabaseMigrationService.v1.Data
Assembly: Google.Apis.DatabaseMigrationService.v1.dll
Syntax
public class EntityDdl : IDirectResponseSchema
Properties
Ddl
The actual ddl code.
Declaration
[JsonProperty("ddl")]
public virtual string Ddl { get; set; }
Property Value
Type | Description |
---|---|
string |
DdlType
Type of DDL (Create, Alter).
Declaration
[JsonProperty("ddlType")]
public virtual string DdlType { 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 |
Entity
The name of the database entity the ddl refers to.
Declaration
[JsonProperty("entity")]
public virtual string Entity { get; set; }
Property Value
Type | Description |
---|---|
string |
EntityType
The entity type (if the DDL is for a sub entity).
Declaration
[JsonProperty("entityType")]
public virtual string EntityType { get; set; }
Property Value
Type | Description |
---|---|
string |
IssueId
EntityIssues found for this ddl.
Declaration
[JsonProperty("issueId")]
public virtual IList<string> IssueId { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |