MetricSpecification interface
作業的計量規格。
屬性
aggregation |
計量匯總類型。 可能的值包括:『Average』、『Count』、『Total』。 |
availabilities | 資源計量的保留原則。 |
dimensions | 計量的維度 |
display |
顯示計量規格的描述。 |
display |
計量規格的顯示名稱。 |
fill |
屬性,指定是否要以零填滿間距。 |
is |
指定計量的屬性為內部或非內部。 |
metric |
根據名稱篩選的模式 |
name | 計量規格的名稱。 |
supported |
計量支援的時間粒紋類型。 |
unit | 計量單位。 可能的值包括:『Bytes』、『Count』、『Milliseconds』。 |
屬性詳細資料
aggregationType
計量匯總類型。 可能的值包括:『Average』、『Count』、『Total』。
aggregationType?: string
屬性值
string
availabilities
dimensions
displayDescription
顯示計量規格的描述。
displayDescription?: string
屬性值
string
displayName
計量規格的顯示名稱。
displayName?: string
屬性值
string
fillGapWithZero
屬性,指定是否要以零填滿間距。
fillGapWithZero?: boolean
屬性值
boolean
isInternal
指定計量的屬性為內部或非內部。
isInternal?: boolean
屬性值
boolean
metricFilterPattern
根據名稱篩選的模式
metricFilterPattern?: string
屬性值
string
name
計量規格的名稱。
name?: string
屬性值
string
supportedTimeGrainTypes
計量支援的時間粒紋類型。
supportedTimeGrainTypes?: string[]
屬性值
string[]
unit
計量單位。 可能的值包括:『Bytes』、『Count』、『Milliseconds』。
unit?: string
屬性值
string