UpdatePartitionLoadQueryDescription.PartitionMetricLoadDescriptionList Property

Definition

Gets or sets the list of partitions with their load updates.

public System.Collections.Generic.IList<System.Fabric.Description.PartitionMetricLoadDescription> PartitionMetricLoadDescriptionList { get; set; }
member this.PartitionMetricLoadDescriptionList : System.Collections.Generic.IList<System.Fabric.Description.PartitionMetricLoadDescription> with get, set
Public Property PartitionMetricLoadDescriptionList As IList(Of PartitionMetricLoadDescription)

Property Value

The list of partitions with their load updates.

Applies to