Retrieves information about the partitions in a table.
Query parameters
Pagination limit
Pagination token
Headers
Request body
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.
The name of the catalog database where the partitions reside.
The name of the partitions' table.
A continuation token, if this is not the first call to retrieve these partitions.
The maximum number of partitions to return in a single response.
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.
The transaction ID at which to read the partition contents.
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 <code>TransactionId</code>.
Response
Success
A continuation token, if the returned list of partitions does not include the last one.