Skip to main content

getTableInfo

Get information about a table.

Parameter

The name of the table.

Returns

An object with the following keys:

KeyTypeDescription
namestringTable name.
uidstringUnique identifier of the table.
rowCountnumberNumber of rows, not including the headers.
columnCountnumberNumber of columns.
memoryUsagenumberMemory usage in bytes.
modifiednumberLast-modified timestamp (Unix time).
headersarray of stringsThe table headers.
keyColumnnumberIndex of the key column. Present only if set.
columnFormatsarrayPer-column format objects.