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

LoadedPartitionInformationQueryDescription 类

定义

表示一个类,用于指定查询以获取加载量最大的/最少的分区。 GetLoadedPartitionInfoListAsync(LoadedPartitionInformationQueryDescription)

public sealed class LoadedPartitionInformationQueryDescription : System.Fabric.Description.PagedQueryDescriptionBase
type LoadedPartitionInformationQueryDescription = class
    inherit PagedQueryDescriptionBase
Public NotInheritable Class LoadedPartitionInformationQueryDescription
Inherits PagedQueryDescriptionBase
继承
LoadedPartitionInformationQueryDescription

构造函数

LoadedPartitionInformationQueryDescription(String, Uri)

LoadedPartitionInformationQueryDescription构造函数。

LoadedPartitionInformationQueryDescription(String, Uri, Ordering, Int64, String)

LoadedPartitionInformationQueryDescription构造函数。

属性

ContinuationToken

获取或设置可用于检索下一页的继续标记。

(继承自 PagedQueryDescriptionBase)
MaxResults

获取或设置每页可返回的最大结果项数。

(继承自 PagedQueryDescriptionBase)
MetricName

要基于其获取分区的有序列表的指标的名称。

Ordering

Desc (默认) :对分区进行排序,使负载 (非增加) 减少。 获取最多加载的分区。 Asc:对分区进行排序,使负载 (非递减) 。 获取负载最少的分区。

ServiceName

要从中获取分区的服务的名称。 如果服务名称为空,则获取所有分区。

方法

ToString()

重写 ToString () 方法以打印查询说明的所有内容。

(继承自 PagedQueryDescriptionBase)

适用于