Builder
class Builder
Properties
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
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 transaction ID at which to read the partition contents.
Functions
Link copied to clipboard
construct an aws.sdk.kotlin.services.glue.model.Segment inside the given block