Class: Aws::Types::IcebergCompactionConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#delete_file_threshold::Integer

Returns the value of attribute delete_file_threshold.

Returns:

  • (::Integer)


4477
4478
4479
# File 'sig/types.rbs', line 4477

def delete_file_threshold
  @delete_file_threshold
end

#min_input_files::Integer

Returns the value of attribute min_input_files.

Returns:

  • (::Integer)


4476
4477
4478
# File 'sig/types.rbs', line 4476

def min_input_files
  @min_input_files
end

#strategy"binpack", ...

Returns the value of attribute strategy.

Returns:

  • ("binpack", "sort", "z-order")


4475
4476
4477
# File 'sig/types.rbs', line 4475

def strategy
  @strategy
end