次の方法で共有


MetricSpecification interface

操作のメトリック仕様。

プロパティ

aggregationType

メトリック集計の種類。 使用可能な値は、'Average'、'Count'、'Total' です。

dimensions

メトリックのディメンション

displayDescription

メトリック仕様の説明を表示します。

displayName

メトリック仕様の表示名。

fillGapWithZero

ギャップをゼロで埋めるかどうかを指定するプロパティ。

internalMetricName

内部メトリック名。

lockAggregationType

メトリック ロック集計の種類。

name

メトリック仕様の名前。

supportedAggregationTypes

メトリックでサポートされている集計の種類。

supportedTimeGrainTypes

メトリックでサポートされている時間グレインの種類。

unit

メトリック単位。 使用可能な値は、'Bytes'、'Count'、'Milliseconds' です。

プロパティの詳細

aggregationType

メトリック集計の種類。 使用可能な値は、'Average'、'Count'、'Total' です。

aggregationType?: string

プロパティ値

string

dimensions

メトリックのディメンション

dimensions?: DimensionProperties[]

プロパティ値

displayDescription

メトリック仕様の説明を表示します。

displayDescription?: string

プロパティ値

string

displayName

メトリック仕様の表示名。

displayName?: string

プロパティ値

string

fillGapWithZero

ギャップをゼロで埋めるかどうかを指定するプロパティ。

fillGapWithZero?: boolean

プロパティ値

boolean

internalMetricName

内部メトリック名。

internalMetricName?: string

プロパティ値

string

lockAggregationType

メトリック ロック集計の種類。

lockAggregationType?: string

プロパティ値

string

name

メトリック仕様の名前。

name?: string

プロパティ値

string

supportedAggregationTypes

メトリックでサポートされている集計の種類。

supportedAggregationTypes?: string[]

プロパティ値

string[]

supportedTimeGrainTypes

メトリックでサポートされている時間グレインの種類。

supportedTimeGrainTypes?: string[]

プロパティ値

string[]

unit

メトリック単位。 使用可能な値は、'Bytes'、'Count'、'Milliseconds' です。

unit?: string

プロパティ値

string