GetTableObjectsRequest
class GetTableObjectsRequest
Types
Properties
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 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 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
.