Class: Aws::Glue::Types::IcebergPartitionSpec
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::IcebergPartitionSpec
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
Defines the partitioning specification for an Iceberg table, determining how table data will be organized and partitioned for optimal query performance.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#fields ⇒ Array<Types::IcebergPartitionField>
The list of partition fields that define how the table data should be partitioned, including source fields and their transformations.
-
#spec_id ⇒ Integer
The unique identifier for this partition specification within the Iceberg table's metadata history.
Instance Attribute Details
#fields ⇒ Array<Types::IcebergPartitionField>
The list of partition fields that define how the table data should be partitioned, including source fields and their transformations.
15741 15742 15743 15744 15745 15746 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 15741 class IcebergPartitionSpec < Struct.new( :fields, :spec_id) SENSITIVE = [] include Aws::Structure end |
#spec_id ⇒ Integer
The unique identifier for this partition specification within the Iceberg table's metadata history.
15741 15742 15743 15744 15745 15746 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 15741 class IcebergPartitionSpec < Struct.new( :fields, :spec_id) SENSITIVE = [] include Aws::Structure end |