LoadedPartitionInformationQueryDescription 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.
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
Constructors
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) |