All Products
Search
Document Center

AnalyticDB:TableSummaryModel

Last Updated:Mar 10, 2025
ParameterTypeDescriptionExample
object

The summary of the table or view.

SchemaNamestring

The logical name of the database.

schemaName
TableNamestring

The logical name of the table or view.

tableName
TableTypestring

The type of the table or view.

PHYSICAL_SCHEMA_NAME
TableSizelong

The table size. Unit: bytes.

1234
CreateTimestring

The time when the table was created.

2023-01-05 13:17:55
UpdateTimestring

The time when the table was updated.

2023-01-05 13:17:55
SQLstring

The SQL statement that is used to create the table or view.

create table(a varchar)
Descriptionstring

The description of the table.

descrtiption
Ownerstring

The owner of the table.

abc