Class: Aws::Glue::Types::IcebergOrphanFileDeletionMetrics

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

Overview

Orphan file deletion 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)


13478
13479
13480
13481
13482
13483
13484
# File 'lib/aws-sdk-glue/types.rb', line 13478

class IcebergOrphanFileDeletionMetrics < Struct.new(
  :number_of_orphan_files_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)


13478
13479
13480
13481
13482
13483
13484
# File 'lib/aws-sdk-glue/types.rb', line 13478

class IcebergOrphanFileDeletionMetrics < Struct.new(
  :number_of_orphan_files_deleted,
  :number_of_dpus,
  :job_duration_in_hour)
  SENSITIVE = []
  include Aws::Structure
end

#number_of_orphan_files_deletedInteger

The number of orphan files deleted by the orphan file deletion job run.

Returns:

  • (Integer)


13478
13479
13480
13481
13482
13483
13484
# File 'lib/aws-sdk-glue/types.rb', line 13478

class IcebergOrphanFileDeletionMetrics < Struct.new(
  :number_of_orphan_files_deleted,
  :number_of_dpus,
  :job_duration_in_hour)
  SENSITIVE = []
  include Aws::Structure
end