GetTableObjectsRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The catalog containing the governed table. Defaults to the caller’s account.

Link copied to clipboard

The database containing the governed table.

Link copied to clipboard

Specifies how many values to return in a page.

Link copied to clipboard

A continuation token if this is not the first call to retrieve these objects.

Link copied to clipboard

A predicate to filter the objects returned based on the partition keys defined in the governed table.

Link copied to clipboard

The time as of when to read the governed table contents. If not set, the most recent transaction commit time is used. Cannot be specified along with TransactionId.

Link copied to clipboard

The governed table for which to retrieve objects.

Link copied to clipboard

The transaction ID at which to read the governed table contents. If this transaction has aborted, an error is returned. If not set, defaults to the most recent committed transaction. Cannot be specified along with QueryAsOfTime.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String