ProgressMetricsResponse

data class ProgressMetricsResponse(val completedDatapointCount: Double, val incrementalDataLastRefreshDateTime: String, val skippedDatapointCount: Double, val totalDatapointCount: Double)

Progress metrics definition

Constructors

Link copied to clipboard
constructor(completedDatapointCount: Double, incrementalDataLastRefreshDateTime: String, skippedDatapointCount: Double, totalDatapointCount: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The completed datapoint count.

Link copied to clipboard

The time of last successful incremental data refresh in UTC.

Link copied to clipboard

The skipped datapoint count.

Link copied to clipboard

The total datapoint count.