BatchGetMetricDataQuery

Represents a single metric data query to include in a batch.

Types

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

Properties

Link copied to clipboard

An object that contains mapping between MetricDimensionName and MetricDimensionValue to filter metrics by.

Link copied to clipboard

Represents the end date for the query interval.

Link copied to clipboard
val id: String

The query identifier.

Link copied to clipboard

The queried metric. This can be one of the following:

Link copied to clipboard

The query namespace - e.g. VDM

Link copied to clipboard

Represents the start date for the query interval.

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