Skip to content

CommitTableOperation

A single operation within a batch commit. Provide exactly one of the operation fields to specify the operation kind.

Properties

Name Type Description Notes
declareTable DeclareTableRequest Declare (reserve) a new table in the namespace [optional]
createTableVersion CreateTableVersionRequest Create a new version entry for a table [optional]
deleteTableVersions BatchDeleteTableVersionsRequest Delete version ranges from a table [optional]
deregisterTable DeregisterTableRequest Deregister (soft-delete) a table [optional]