Show / Hide Table of Contents

Class TableEntity

Table's parent is a schema.

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

Properties

Columns

Table columns.

Declaration
[JsonProperty("columns")]
public virtual IList<ColumnEntity> Columns { get; set; }
Property Value
Type Description
IList<ColumnEntity>

Comment

Comment associated with the table.

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

Constraints

Table constraints.

Declaration
[JsonProperty("constraints")]
public virtual IList<ConstraintEntity> Constraints { get; set; }
Property Value
Type Description
IList<ConstraintEntity>

CustomFeatures

Custom engine specific features.

Declaration
[JsonProperty("customFeatures")]
public virtual IDictionary<string, object> CustomFeatures { get; set; }
Property Value
Type Description
IDictionary<string, object>

ETag

The ETag of the item.

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

Indices

Table indices.

Declaration
[JsonProperty("indices")]
public virtual IList<IndexEntity> Indices { get; set; }
Property Value
Type Description
IList<IndexEntity>

Triggers

Table triggers.

Declaration
[JsonProperty("triggers")]
public virtual IList<TriggerEntity> Triggers { get; set; }
Property Value
Type Description
IList<TriggerEntity>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX