TableRecordExpirationJobMetrics

Provides metrics for the record expiration job that most recently ran for a table. The metrics provide insight into the amount of data that was removed when the job ran.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The total number of data files that were removed when the job ran.

Link copied to clipboard

The total number of records that were removed when the job ran.

Link copied to clipboard

The total size (in bytes) of the data files that were removed when the job ran.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String