Optionalalias?: stringOptionalcreated?: stringThe time and date when the table was created, in the ISO 8601 time format YYYY-MM-DDThh:mm:ss.sssZ (in UTC time zone).
OptionaldefaultSortFieldId?: numberThe id of the field that is configured for default sorting.
OptionaldefaultSortOrder?: "ASC" | "DESC"The configuration of the default sort order on the table.
Optionaldescription?: stringThe description of the table, as configured by an application administrator.
Optionalid?: stringThe unique identifier (dbid) of the table.
OptionalkeyFieldId?: numberThe id of the field that is configured to be the key on this table, which is usually the Quickbase Record ID.
Optionalname?: stringThe name of the table.
OptionalnextFieldId?: numberThe incremental Field ID that will be used when the next field is created, as determined when the API call was ran.
OptionalnextRecordId?: numberThe incremental Record ID that will be used when the next record is created, as determined when the API call was ran.
OptionalpluralRecordName?: stringThe builder-configured plural noun of the table.
OptionalsingleRecordName?: stringThe builder-configured singular noun of the table.
OptionalsizeLimit?: stringThe size limit for the table.
OptionalspaceRemaining?: stringThe amount of space remaining for use by the table.
OptionalspaceUsed?: stringThe amount of space currently being used by the table.
Optionalupdated?: stringThe time and date when the table schema or data was last updated, in the ISO 8601 time format YYYY-MM-DDThh:mm:ss.sssZ (in UTC time zone).
The automatically-created table alias for the table.