UpdatePartitionMoveCostQueryDescription Class

Definition

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

Constructors

UpdatePartitionMoveCostQueryDescription()

Initializes a new instance of the UpdatePartitionMoveCostQueryDescription 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)
PartitionMoveCostDescriptionList

Gets or sets the list of partitions with their move cost updates.

Methods

ToString()

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

(Inherited from PagedQueryDescriptionBase)

Applies to