getTable
Get a table.
Parameter
The name of the table (a bare string), or an object:
| Key | Type | Description |
|---|---|---|
| name | string | Table name. |
| firstRow | number | Optional first row index to return. Default is 0. |
| maxRows | number | Optional maximum number of rows to return. Default is all rows. |
Returns
A Table object, with these additional keys:
| Key | Type | Description |
|---|---|---|
| uid | string | Unique identifier of the table. |
| memoryUsage | number | Memory usage in bytes. |
| modified | number | Last-modified timestamp (Unix time). |
Example
getTable "My Image"