Class ViewEntity
View's parent is a schema.
Implements
Inherited Members
Namespace: Google.Apis.DatabaseMigrationService.v1.Data
Assembly: Google.Apis.DatabaseMigrationService.v1.dll
Syntax
public class ViewEntity : IDirectResponseSchema
Properties
Constraints
View 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 |
SqlCode
The SQL code which creates the view.
Declaration
[JsonProperty("sqlCode")]
public virtual string SqlCode { get; set; }
Property Value
Type | Description |
---|---|
string |