Skip to main content

TableVersion

Table version metadata including its version number, timestamp, latest-version status, operation, author, and change summary when available.

versionVersion (integer)required
timestampTimestamp (integer)required
is_latest object
anyOf
boolean
created_at object
anyOf
integer
last_modified object
anyOf
integer
operation object
anyOf
string
author_subject object
anyOf
string
author_name object
anyOf
string
change_summary object
anyOf
object
storage_kind object
anyOf
string
storage_version object
anyOf
string
source object
anyOf
string
request_id object
anyOf
string
TableVersion
{
"version": 0,
"timestamp": 0,
"is_latest": true,
"created_at": 0,
"last_modified": 0,
"operation": "string",
"author_subject": "string",
"author_name": "string",
"change_summary": {},
"storage_kind": "string",
"storage_version": "string",
"source": "string",
"request_id": "string"
}