NodeQueryDescription クラス

定義

クエリ を実行するときに使用されるフィルターのセットについて説明します GetNodePagedListAsync(NodeQueryDescription, TimeSpan, CancellationToken)

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

注釈

このクエリの説明は、個々のプロパティを設定することでカスタマイズできます。

コンストラクター

NodeQueryDescription()

NodeQueryDescription クラスの新しいインスタンスを初期化します。

プロパティ

ContinuationToken

次のページを取得するために使用できる継続トークンを取得または設定します。

(継承元 PagedQueryDescriptionBase)
MaxResults

ページごとに返すことができる結果項目の最大数を取得または設定します。

(継承元 PagedQueryDescriptionBase)
NodeNameFilter

クエリを実行するノードの名前を取得または設定します。

NodeStatusFilter

フィルター処理するノードの状態を取得または設定します。

メソッド

ToString()

ToString() メソッドをオーバーライドして、クエリの説明のすべての内容を出力します。

適用対象