共用方式為


PartitionUsage interface

使用量要求的數據分割層級使用量數據。

Extends

屬性

partitionId

使用量的數據分割識別碼(GUID 識別符)。 注意:這個屬性不會串行化。 它只能由伺服器填入。

partitionKeyRangeId

使用量的數據分割索引鍵範圍標識碼(整數標識符)。 注意:這個屬性不會串行化。 它只能由伺服器填入。

繼承的屬性

currentValue

此計量的目前值注意:此屬性將不會串行化。 它只能由伺服器填入。

limit

此計量的最大值注意:此屬性將不會串行化。 它只能由伺服器填入。

name

計量的名稱資訊。 注意:這個屬性不會串行化。 它只能由伺服器填入。

quotaPeriod

用來摘要使用值的配額期間。 注意:這個屬性不會串行化。 它只能由伺服器填入。

unit

計量的單位。 注意:這個屬性不會串行化。 它只能由伺服器填入。

屬性詳細資料

partitionId

使用量的數據分割識別碼(GUID 識別符)。 注意:這個屬性不會串行化。 它只能由伺服器填入。

partitionId?: string

屬性值

string

partitionKeyRangeId

使用量的數據分割索引鍵範圍標識碼(整數標識符)。 注意:這個屬性不會串行化。 它只能由伺服器填入。

partitionKeyRangeId?: string

屬性值

string

繼承的屬性詳細資料

currentValue

此計量的目前值注意:此屬性將不會串行化。 它只能由伺服器填入。

currentValue?: number

屬性值

number

繼承自 usageUsage.currentValue

limit

此計量的最大值注意:此屬性將不會串行化。 它只能由伺服器填入。

limit?: number

屬性值

number

繼承自Usage.limit

name

計量的名稱資訊。 注意:這個屬性不會串行化。 它只能由伺服器填入。

name?: MetricName

屬性值

繼承自Usage.name

quotaPeriod

用來摘要使用值的配額期間。 注意:這個屬性不會串行化。 它只能由伺服器填入。

quotaPeriod?: string

屬性值

string

繼承自Usage.quotaPeriod

unit

計量的單位。 注意:這個屬性不會串行化。 它只能由伺服器填入。

unit?: string

屬性值

string

繼承自Usage.unit