Information about a table, used when nameOnly is false in ListTablesOptions.
nameOnly
The definition is very similar to CreateTableDefinition, except for a couple key differences. See ListTableDefinition for more information.
name - The name of the tables.
options - The creation options for the tables.
The definition of the table (i.e. the columns and primaryKey fields).
columns
primaryKey
Very similar to CreateTableDefinition, except for a couple key differences. See ListTableDefinition for more information.
The name of the table.
Information about a table, used when
nameOnly
is false in ListTablesOptions.The definition is very similar to CreateTableDefinition, except for a couple key differences. See ListTableDefinition for more information.
Field
name - The name of the tables.
Field
options - The creation options for the tables.
See