Class: Aws::Glue::Types::IcebergOrphanFileDeletionMetrics
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::IcebergOrphanFileDeletionMetrics
- 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
-
#job_duration_in_hour ⇒ Float
The duration of the job in hours.
-
#number_of_dpus ⇒ Integer
The number of DPU hours consumed by the job.
-
#number_of_orphan_files_deleted ⇒ Integer
The number of orphan files deleted by the orphan file deletion job run.
Instance Attribute Details
#job_duration_in_hour ⇒ Float
The duration of the job in hours.
13637 13638 13639 13640 13641 13642 13643 |
# File 'lib/aws-sdk-glue/types.rb', line 13637 class IcebergOrphanFileDeletionMetrics < Struct.new( :number_of_orphan_files_deleted, :number_of_dpus, :job_duration_in_hour) SENSITIVE = [] include Aws::Structure end |
#number_of_dpus ⇒ Integer
The number of DPU hours consumed by the job.
13637 13638 13639 13640 13641 13642 13643 |
# File 'lib/aws-sdk-glue/types.rb', line 13637 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_deleted ⇒ Integer
The number of orphan files deleted by the orphan file deletion job run.
13637 13638 13639 13640 13641 13642 13643 |
# File 'lib/aws-sdk-glue/types.rb', line 13637 class IcebergOrphanFileDeletionMetrics < Struct.new( :number_of_orphan_files_deleted, :number_of_dpus, :job_duration_in_hour) SENSITIVE = [] include Aws::Structure end |