Share via


TestRunListMetricsQueryParamProperties interface

Properties

aggregation

The aggregation

interval

The interval (i.e. timegrain) of the query.

metricname

Metric name

metricNamespace

Metric namespace to query metric definitions for.

timespan

The timespan of the query. It is a string with the following format 'startDateTime_ISO/endDateTime_ISO'.

Property Details

aggregation

The aggregation

aggregation?: string

Property Value

string

interval

The interval (i.e. timegrain) of the query.

interval?: "PT5S" | "PT10S" | "PT1M" | "PT5M" | "PT1H"

Property Value

"PT5S" | "PT10S" | "PT1M" | "PT5M" | "PT1H"

metricname

Metric name

metricname: string

Property Value

string

metricNamespace

Metric namespace to query metric definitions for.

metricNamespace: string

Property Value

string

timespan

The timespan of the query. It is a string with the following format 'startDateTime_ISO/endDateTime_ISO'.

timespan: string

Property Value

string