Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MetricSpecification

Package version

Metric specification of operation.

Hierarchy

  • MetricSpecification

Index

Properties

Optional aggregationType

aggregationType: undefined | string

The metric aggregation type. Possible values include: 'Average', 'Count', 'Total'.

Optional dimensions

dimensions: DimensionProperties[]

The dimensions of metric

Optional displayDescription

displayDescription: undefined | string

Display description of metric specification.

Optional displayName

displayName: undefined | string

Display name of metric specification.

Optional fillGapWithZero

fillGapWithZero: undefined | false | true

Property to specify whether to fill gap with zero.

Optional internalMetricName

internalMetricName: undefined | string

The internal metric name.

Optional lockAggregationType

lockAggregationType: undefined | string

The metric lock aggregation type.

Optional name

name: undefined | string

Name of metric specification.

Optional supportedAggregationTypes

supportedAggregationTypes: string[]

The supported aggregation types for the metrics.

Optional supportedTimeGrainTypes

supportedTimeGrainTypes: string[]

The supported time grain types for the metrics.

Optional unit

unit: undefined | string

The metric unit. Possible values include: 'Bytes', 'Count', 'Milliseconds'.

Generated using TypeDoc