NodeQueryDescription Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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. |