Class: Aws::S3Tables::Types::IcebergCompactionSettings

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb

Overview

Contains details about the compaction settings for an Iceberg table.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#target_file_size_mbInteger

The target file size for the table in MB.

Returns:

  • (Integer)


668
669
670
671
672
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 668

class IcebergCompactionSettings < Struct.new(
  :target_file_size_mb)
  SENSITIVE = []
  include Aws::Structure
end