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