ServiceDescription.Metrics Property
Applies To: Azure, Windows 10, Windows 8, Windows 8.1, Windows Server 2012 R2
Gets or sets the ServiceLoadMetricDescriptionCollection for this service. The LoadMetricDescriptionCollection contains the ServiceLoadMetricDescriptions relevant to this service
Namespace: System.Fabric.Description
Assembly: System.Fabric (in System.Fabric.dll)
Syntax
public KeyedCollection<string, ServiceLoadMetricDescription> Metrics { get; set; }
Property Value
Type: System.Collections.ObjectModel.KeyedCollection<String, ServiceLoadMetricDescription>
Returns a collection of ServiceLoadMetricDescription.
See Also
ServiceDescription Class
System.Fabric.Description Namespace
Return to top