Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::Glue::Types::IcebergRetentionMetrics

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

Overview

Snapshot retention metrics for Iceberg for the optimizer run.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_duration_in_hourFloat

The duration of the job in hours.

Returns:

  • (Float)

15404
15405
15406
15407
15408
15409
15410
15411
15412
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 15404

class IcebergRetentionMetrics < Struct.new(
  :number_of_data_files_deleted,
  :number_of_manifest_files_deleted,
  :number_of_manifest_lists_deleted,
  :number_of_dpus,
  :job_duration_in_hour)
  SENSITIVE = []
  include Aws::Structure
end

#number_of_data_files_deletedInteger

The number of data files deleted by the retention job run.

Returns:

  • (Integer)

15404
15405
15406
15407
15408
15409
15410
15411
15412
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 15404

class IcebergRetentionMetrics < Struct.new(
  :number_of_data_files_deleted,
  :number_of_manifest_files_deleted,
  :number_of_manifest_lists_deleted,
  :number_of_dpus,
  :job_duration_in_hour)
  SENSITIVE = []
  include Aws::Structure
end

#number_of_dpusInteger

The number of DPU hours consumed by the job.

Returns:

  • (Integer)

15404
15405
15406
15407
15408
15409
15410
15411
15412
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 15404

class IcebergRetentionMetrics < Struct.new(
  :number_of_data_files_deleted,
  :number_of_manifest_files_deleted,
  :number_of_manifest_lists_deleted,
  :number_of_dpus,
  :job_duration_in_hour)
  SENSITIVE = []
  include Aws::Structure
end

#number_of_manifest_files_deletedInteger

The number of manifest files deleted by the retention job run.

Returns:

  • (Integer)

15404
15405
15406
15407
15408
15409
15410
15411
15412
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 15404

class IcebergRetentionMetrics < Struct.new(
  :number_of_data_files_deleted,
  :number_of_manifest_files_deleted,
  :number_of_manifest_lists_deleted,
  :number_of_dpus,
  :job_duration_in_hour)
  SENSITIVE = []
  include Aws::Structure
end

#number_of_manifest_lists_deletedInteger

The number of manifest lists deleted by the retention job run.

Returns:

  • (Integer)

15404
15405
15406
15407
15408
15409
15410
15411
15412
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 15404

class IcebergRetentionMetrics < Struct.new(
  :number_of_data_files_deleted,
  :number_of_manifest_files_deleted,
  :number_of_manifest_lists_deleted,
  :number_of_dpus,
  :job_duration_in_hour)
  SENSITIVE = []
  include Aws::Structure
end