LoadedPartitionInformationQueryDescription Class

Definition

Represents a class for specifying a query to get top/least loaded partitions. GetLoadedPartitionInfoListAsync(LoadedPartitionInformationQueryDescription)

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

Constructors

LoadedPartitionInformationQueryDescription(String, Uri)

Constructor for LoadedPartitionInformationQueryDescription.

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

Constructor for LoadedPartitionInformationQueryDescription.

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)
MetricName

Name of the metric based on which to get ordered list of partitions.

Ordering

Desc (default): Sort partitions such that load is decreasing (non-increasing). Get most loaded partitions. Asc: Sort partitions such that load is increasing (non-decreasing). Get least loaded partitions.

ServiceName

Name of service from which to get partitions. Get all partitions if service name is empty.

Methods

ToString()

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

(Inherited from PagedQueryDescriptionBase)

Applies to