MetricsRow Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Metrics row.
[System.Runtime.Serialization.DataContract]
public sealed class MetricsRow
type MetricsRow = class
Public NotInheritable Class MetricsRow
- Inheritance
-
MetricsRow
- Attributes
Constructors
MetricsRow() |
Properties
Dimensions |
The values of the properties mentioned as 'Dimensions' in column header. E.g. 1: For a property 'LastJobStatus' - metrics will be provided for 'passed', 'failed', etc. E.g. 2: For a property 'TargetState' - metrics will be provided for 'online', 'offline' targets. |
Metrics |
Metrics in serialized format. Should be deserialized based on the data type provided in header. |