IcebergPartitionSpec
Defines the partitioning specification for an Iceberg table, determining how table data will be organized and partitioned for optimal query performance.
Contents
- Fields
-
The list of partition fields that define how the table data should be partitioned, including source fields and their transformations.
Type: Array of IcebergPartitionField objects
Required: Yes
- SpecId
-
The unique identifier for this partition specification within the Iceberg table's metadata history.
Type: Integer
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: