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

PartitionUsage 类

定义

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

public class PartitionUsage : Microsoft.Azure.Management.CosmosDB.Models.Usage
type PartitionUsage = class
    inherit Usage
Public Class PartitionUsage
Inherits Usage
继承
PartitionUsage

构造函数

PartitionUsage()

初始化 PartitionUsage 类的新实例。

PartitionUsage(String, MetricName, String, Nullable<Int64>, Nullable<Int64>, String, String)

初始化 PartitionUsage 类的新实例。

属性

CurrentValue

获取此指标的当前值

(继承自 Usage)
Limit

获取此指标的最大值

(继承自 Usage)
Name

获取指标的名称信息。

(继承自 Usage)
PartitionId

获取分区 ID (GUID 标识符) 用法。

PartitionKeyRangeId

获取分区键范围 ID (整数标识符) 用法。

QuotaPeriod

获取用于汇总使用值的配额期限。

(继承自 Usage)
Unit

获取或设置指标的单位。 可能的值包括:“Count”、“Bytes”、“Seconds”、“Percent”、“CountPerSecond”、“BytesPerSecond”、“Milliseconds”

(继承自 Usage)

适用于