SyncFullSchemaTableColumn interface

Properties of the column in the table of database full schema.

Properties

dataSize

Data size of the column. NOTE: This property will not be serialized. It can only be populated by the server.

dataType

Data type of the column. NOTE: This property will not be serialized. It can only be populated by the server.

errorId

Error id of the column. NOTE: This property will not be serialized. It can only be populated by the server.

hasError

If there is error in the table. NOTE: This property will not be serialized. It can only be populated by the server.

isPrimaryKey

If it is the primary key of the table. NOTE: This property will not be serialized. It can only be populated by the server.

name

Name of the column. NOTE: This property will not be serialized. It can only be populated by the server.

quotedName

Quoted name of the column. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

dataSize

Data size of the column. NOTE: This property will not be serialized. It can only be populated by the server.

dataSize?: string

Property Value

string

dataType

Data type of the column. NOTE: This property will not be serialized. It can only be populated by the server.

dataType?: string

Property Value

string

errorId

Error id of the column. NOTE: This property will not be serialized. It can only be populated by the server.

errorId?: string

Property Value

string

hasError

If there is error in the table. NOTE: This property will not be serialized. It can only be populated by the server.

hasError?: boolean

Property Value

boolean

isPrimaryKey

If it is the primary key of the table. NOTE: This property will not be serialized. It can only be populated by the server.

isPrimaryKey?: boolean

Property Value

boolean

name

Name of the column. NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Property Value

string

quotedName

Quoted name of the column. NOTE: This property will not be serialized. It can only be populated by the server.

quotedName?: string

Property Value

string