Edit

Share via


MetricsRow Class

Definition

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.

Applies to