你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PartitionUsage interface

使用情况请求的分区级别使用情况数据。

扩展

属性

partitionId

使用情况的分区 ID(GUID 标识符)。 注意:此属性不会序列化。 它只能由服务器填充。

partitionKeyRangeId

用法的分区键范围 ID(整数标识符)。 注意:此属性不会序列化。 它只能由服务器填充。

继承属性

currentValue

此指标的当前值注意:此属性不会序列化。 它只能由服务器填充。

limit

此指标的最大值注意:此属性不会序列化。 它只能由服务器填充。

name

指标的名称信息。 注意:此属性不会序列化。 它只能由服务器填充。

quotaPeriod

用于汇总使用情况值的配额期。 注意:此属性不会序列化。 它只能由服务器填充。

unit

指标的单位。 注意:此属性不会序列化。 它只能由服务器填充。

属性详细信息

partitionId

使用情况的分区 ID(GUID 标识符)。 注意:此属性不会序列化。 它只能由服务器填充。

partitionId?: string

属性值

string

partitionKeyRangeId

用法的分区键范围 ID(整数标识符)。 注意:此属性不会序列化。 它只能由服务器填充。

partitionKeyRangeId?: string

属性值

string

继承属性详细信息

currentValue

此指标的当前值注意:此属性不会序列化。 它只能由服务器填充。

currentValue?: number

属性值

number

继承自Usage.currentValue

limit

此指标的最大值注意:此属性不会序列化。 它只能由服务器填充。

limit?: number

属性值

number

继承自Usage.limit

name

指标的名称信息。 注意:此属性不会序列化。 它只能由服务器填充。

name?: MetricName

属性值

继承自 Usage.name

quotaPeriod

用于汇总使用情况值的配额期。 注意:此属性不会序列化。 它只能由服务器填充。

quotaPeriod?: string

属性值

string

继承自Usage.quotaPeriod

unit

指标的单位。 注意:此属性不会序列化。 它只能由服务器填充。

unit?: string

属性值

string

继承自Usage.unit