Builder

class Builder

Properties

Link copied to clipboard

The ID of the Data Catalog where the partitions in question reside. If none is provided, the Amazon Web Services account ID is used by default.

Link copied to clipboard

The name of the catalog database where the partitions reside.

Link copied to clipboard

When true, specifies not returning the partition column schema. Useful when you are interested only in other partition attributes such as partition values or location. This approach avoids the problem of a large response by not returning duplicate data.

Link copied to clipboard

An expression that filters the partitions to be returned.

Link copied to clipboard

The maximum number of partitions to return in a single response.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The segment of the table's partitions to scan in this request.

Link copied to clipboard

The name of the partitions' table.

Link copied to clipboard

The transaction ID at which to read the partition contents.

Functions

Link copied to clipboard
fun segment(block: Segment.Builder.() -> Unit)