Class PerformanceCounter
Model for Performance Counters 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 PerformanceCounter : DataContractFull, IHasCustomDimension
Properties
Category
Declaration
public string Category { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Counter
Declaration
public string Counter { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Instance
Declaration
public string Instance { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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> |