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)

適用対象