MetricInterval

The interval period with the start and end time for the metrics.

Types

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

Properties

Link copied to clipboard

The timestamp, in UNIX Epoch time format. End time is based on the interval period selected. For example, If IntervalPeriod is selected THIRTY_MIN, StartTime and EndTime in the API request differs by 1 day, then 48 results are returned in the response. Each result is aggregated by the 30 minutes period, with each StartTime and EndTime differing by 30 minutes.

Link copied to clipboard

The interval period provided in the API request.

Link copied to clipboard

The timestamp, in UNIX Epoch time format. Start time is based on the interval period selected.

Functions

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