ReplicaLoadInformation.LoadMetricReports Property

Definition

Gets a list of metric and their load for a replica.

public System.Collections.Generic.IList<System.Fabric.Query.LoadMetricReport> LoadMetricReports { get; }
member this.LoadMetricReports : System.Collections.Generic.IList<System.Fabric.Query.LoadMetricReport>
Public ReadOnly Property LoadMetricReports As IList(Of LoadMetricReport)

Property Value

The list of metric and their load for a replica.

Applies to