DataQuery

class DataQuery

A query used for retrieving network health data.

Types

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

Properties

Link copied to clipboard

The Region or Availability Zone that's the target for the data query. For example, eu-north-1.

Link copied to clipboard
val id: String?

A user-defined ID associated with a data query that's returned in the dataResponse identifying the query. For example, if you set the Id to MyQuery01in the query, the dataResponse identifies the query as MyQuery01.

Link copied to clipboard

The metric used for the network performance request.

Link copied to clipboard

The aggregation period used for the data query.

Link copied to clipboard

The Region or Availability Zone that's the source for the data query. For example, us-east-1.

Link copied to clipboard

The metric data aggregation period, p50, between the specified startDate and endDate. For example, a metric of five_minutes is the median of all the data points gathered within those five minutes. p50 is the only supported metric.

Functions

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