MetricsDataSource

An object that contains details about the data source for the metrics export.

Types

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

Properties

Link copied to clipboard

An object that contains a mapping between a MetricDimensionName and MetricDimensionValue to filter metrics by. Must contain a least 1 dimension but no more than 3 unique ones.

Link copied to clipboard

Represents the end date for the export interval as a timestamp.

Link copied to clipboard

A list of ExportMetric objects to export.

Link copied to clipboard

The metrics namespace - e.g., VDM.

Link copied to clipboard

Represents the start date for the export interval as a timestamp.

Functions

Link copied to clipboard
inline fun copy(block: MetricsDataSource.Builder.() -> Unit = {}): MetricsDataSource
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