SyncFullSchemaProperties interface
Properties of the database full schema.
Properties
last |
Last update time of the database schema. NOTE: This property will not be serialized. It can only be populated by the server. |
tables | List of tables in the database full schema. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
lastUpdateTime
Last update time of the database schema. NOTE: This property will not be serialized. It can only be populated by the server.
lastUpdateTime?: Date
Property Value
Date
tables
List of tables in the database full schema. NOTE: This property will not be serialized. It can only be populated by the server.
tables?: SyncFullSchemaTable[]