Skip to main content

getTable

Get a table.

Parameter

The name of the table (a bare string), or an object:

KeyTypeDescription
namestringTable name.
firstRownumberOptional first row index to return. Default is 0.
maxRowsnumberOptional maximum number of rows to return. Default is all rows.

Returns

A Table object, with these additional keys:

KeyTypeDescription
uidstringUnique identifier of the table.
memoryUsagenumberMemory usage in bytes.
modifiednumberLast-modified timestamp (Unix time).

Example

getTable "My Image"