TableSummary
Summary of a table and its properties.
Properties
name
String required
The unique name of the table, specified by the user.
id
UUID required
A generated, permanently unique ID for this table.
version
Integer required
The version of this table.
description
String
A description of the table, specified by the user.
totalDataSize
Long
The total size of the table in deep storage, in bytes.
totalRows
Long
The total number of rows stored in the table.
lastUpdateDateTime
DateTime required
The date and time this table was last modified in Internet date and time format, for example, 2017-07-21T17:32:28Z.
createdByUsername
String
Username of the user who created this table.
statusInfo
JSON object
A JSON object with the following properties:
dataDeletionJobs
: An array of job summary objects for data deletion jobs on this table.batchIngestionJobs
: An array of job summary objects for batch ingestion jobs on this table.
status
String
Status of the table. Possible values:
no_data
: The table has no queryable data.available
: The table has data that is queryable.deletion_in_progress
: The entire table and/or all of its data are in the process of being deleted.deleted
: The table has been deleted.ingestion_in_progress
: The table does not have any queryable data, but one or more ingestion jobs are in progress.setup_incomplete
: The table has no queryable data and no schema.
timePartitioning
String
Possible values: hour
, day
, week
, month
, year
Default: day
The time partitioning for this table.