Package version:

Interface SyncFullSchemaTable

Properties of the table in the database full schema.

Hierarchy

  • SyncFullSchemaTable

Properties

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?: string

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

hasError?: boolean

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

name?: string

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

quotedName?: string

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

Generated using TypeDoc