PartitionMetric interface
單一分割區的計量值。
- Extends
屬性
partition |
計量值的分割區標識碼(GUID 識別符)。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
partition |
計量值的分割區索引鍵範圍標識碼(整數標識符)。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
繼承的屬性
end |
計量的結束時間(ISO-8601 格式)。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
metric |
指定時間範圍和時間步驟的計量值。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
name | 計量的名稱資訊。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
start |
計量的開始時間(ISO-8601 格式)。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
time |
用來摘要計量值的時間粒紋。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
unit | 計量的單位。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
屬性詳細資料
partitionId
計量值的分割區標識碼(GUID 識別符)。 注意:這個屬性不會串行化。 它只能由伺服器填入。
partitionId?: string
屬性值
string
partitionKeyRangeId
計量值的分割區索引鍵範圍標識碼(整數標識符)。 注意:這個屬性不會串行化。 它只能由伺服器填入。
partitionKeyRangeId?: string
屬性值
string
繼承的屬性詳細資料
endTime
metricValues
指定時間範圍和時間步驟的計量值。 注意:這個屬性不會串行化。 它只能由伺服器填入。
metricValues?: MetricValue[]