SyncFullSchemaTable interface

Properties of the table in the database full schema.

Properties

columns

List of columns in the table of database full schema. NOTE: This property will not be serialized. It can only be populated by the server.

errorId

Error id of the table. 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.

name

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

quotedName

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

Property Details

columns

List of columns in the table of database full schema. NOTE: This property will not be serialized. It can only be populated by the server.

columns?: SyncFullSchemaTableColumn[]

Property Value

errorId

Error id of the table. 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

name

Name of the table. 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 table. NOTE: This property will not be serialized. It can only be populated by the server.

quotedName?: string

Property Value

string