IcebergSortOrder
Defines the sort order specification for an Iceberg table, determining how data should be ordered within partitions to optimize query performance.
Contents
- Fields
-
The list of fields and their sort directions that define the ordering criteria for the Iceberg table data.
Type: Array of IcebergSortField objects
Required: Yes
- OrderId
-
The unique identifier for this sort order specification within the Iceberg table's metadata.
Type: Integer
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: