NodeQueryDescription Class

Definition

Describes a set of filters used when running the query GetNodePagedListAsync(NodeQueryDescription, TimeSpan, CancellationToken).

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

Remarks

This query description can be customized by setting individual properties.

Constructors

NodeQueryDescription()

Initializes a new instance of the NodeQueryDescription class.

Properties

ContinuationToken

Gets or sets the continuation token which can be used to retrieve the next page.

(Inherited from PagedQueryDescriptionBase)
MaxResults

Gets or sets the max number of result items that can be returned per page.

(Inherited from PagedQueryDescriptionBase)
NodeNameFilter

Gets or sets the name of the node to query for.

NodeStatusFilter

Gets or sets the status of the node to filter by.

Methods

ToString()

Overrides ToString() method to print all content of the query description.

Applies to