IcebergMetadata - Amazon Simple Storage Service

IcebergMetadata

Contains details about the metadata for an Iceberg table.

Contents

schema

The schema for an Iceberg table.

Type: IcebergSchema object

Required: Yes

partitionSpec

The partition specification for the Iceberg table. Partitioning organizes data into separate files based on the values of one or more fields, which can improve query performance by reducing the amount of data scanned. Each partition field applies a transform (such as identity, year, month, or bucket) to a single field.

Type: IcebergPartitionSpec object

Required: No

properties

A map of custom configuration properties for the Iceberg table.

Type: String to string map

Required: No

writeOrder

The sort order for the Iceberg table. Sort order defines how data is sorted within data files, which can improve query performance by enabling more efficient data skipping and filtering.

Type: IcebergSortOrder object

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: