Class MetricLogData
The metric of Geneva Instrumentation Framework (Ifx).
Inherited Members
Namespace: Microsoft.Graph.Communications.Common.Telemetry
Assembly: Microsoft.Graph.Communications.Common.dll
Syntax
public class MetricLogData
Constructors
MetricLogData()
Declaration
public MetricLogData()
Properties
AddDefaultDimension
Gets or sets a value indicating whether the default dimensions are included.
Declaration
public bool AddDefaultDimension { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
Dimensions
Gets or sets the dimensions.
Declaration
public Dictionary<string, string> Dimensions { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<String, String> |
Name
Gets or sets the name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
String |
Namespace
Gets or sets the namespace.
Declaration
public string Namespace { get; set; }
Property Value
Type | Description |
---|---|
String |
RawData
Gets or sets the raw data.
Declaration
public long RawData { get; set; }
Property Value
Type | Description |
---|---|
Int64 |