Builder
class Builder
Properties
Link copied to clipboard
The database in the catalog whose tables to list. For Hive compatibility, this name is entirely lowercase.
Link copied to clipboard
A regular expression pattern. If present, only those tables whose names match the pattern are returned.
Link copied to clipboard
The maximum number of tables to return in a single response.
Link copied to clipboard
The time as of when to read the table contents. If not set, the most recent transaction commit time will be used. Cannot be specified along with TransactionId
.
Link copied to clipboard
The transaction ID at which to read the table contents.