Show / Hide Table of Contents

Class EntityDdl

A single DDL statement for a specific entity

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

Properties

Ddl

The actual ddl code.

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

DdlKind

The DDL Kind selected for apply, or UNSPECIFIED if the entity wasn't converted yet.

Declaration
[JsonProperty("ddlKind")]
public virtual string DdlKind { 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

EditedDdlKind

If ddl_kind is USER_EDIT, this holds the DDL kind of the original content - DETERMINISTIC or AI. Otherwise, this is DDL_KIND_UNSPECIFIED.

Declaration
[JsonProperty("editedDdlKind")]
public virtual string EditedDdlKind { 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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX