ServiceTypeDescription.LoadMetrics Property

Definition

Gets the type of load metric is reported by the service.

public System.Collections.ObjectModel.KeyedCollection<string,System.Fabric.Description.ServiceLoadMetricDescription> LoadMetrics { get; }
member this.LoadMetrics : System.Collections.ObjectModel.KeyedCollection<string, System.Fabric.Description.ServiceLoadMetricDescription>
Public ReadOnly Property LoadMetrics As KeyedCollection(Of String, ServiceLoadMetricDescription)

Property Value

The type of load metric is reported by the service.

Applies to