Skip to content

The table object represents a table within a structured relational database or datastore, which contains columns and rows of data that are able to be create, updated, deleted and queried.

  • Extends: _entity

name

  • Type: string_t
  • Requirement: recommended

The table name, ordinarily as assigned by a database administrator.

uid

  • Type: string_t
  • Requirement: recommended

The unique identifier of the table.

created_time

  • Type: timestamp_t
  • Requirement: optional

The time when the table was known to have been created.

created_time_dt

  • Type: datetime_t
  • Requirement: optional

The time when the table was known to have been created.

desc

  • Type: string_t
  • Requirement: optional

The description of the table.

groups

  • Type: group
  • Requirement: optional

The group names to which the table belongs.

modified_time

  • Type: timestamp_t
  • Requirement: optional

The most recent time when any changes, updates, or modifications were made within the table.

modified_time_dt

  • Type: datetime_t
  • Requirement: optional

The most recent time when any changes, updates, or modifications were made within the table.

size

  • Type: long_t
  • Requirement: optional

The size of the data table in bytes.

At least one of: name, uid