Class CustomMetric
Model for Custom Metrics returned from the telemetry source
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: STAIExtensions.Abstractions.DataContracts.Models
Assembly: STAIExtensions.Abstractions.dll
Syntax
public class CustomMetric : DataContractFull, IHasCustomDimension
Properties
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Value
Declaration
public double? Value { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
ValueCount
Declaration
public int? ValueCount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
ValueMax
Declaration
public double? ValueMax { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
ValueMin
Declaration
public double? ValueMin { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
ValueStdDev
Declaration
public double? ValueStdDev { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
ValueSum
Declaration
public double? ValueSum { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |