Class Availability
Model for Availability returned from the telemetry source
Inheritance
System.Object
Availability
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()
Assembly: STAIExtensions.Abstractions.dll
Syntax
public class Availability : DataContractFull, IHasCustomDimension, IHasCustomMeasurement
Properties
CustomMeasurements
Declaration
public CustomMeasurement CustomMeasurements { get; set; }
Property Value
Duration
Declaration
public double? Duration { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Double> |
|
Id
Declaration
public string Id { get; set; }
Property Value
Type |
Description |
System.String |
|
ItemCount
Declaration
public int? ItemCount { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Location
Declaration
public string Location { get; set; }
Property Value
Type |
Description |
System.String |
|
Message
Declaration
public string Message { get; set; }
Property Value
Type |
Description |
System.String |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string PerformanceBucket { get; set; }
Property Value
Type |
Description |
System.String |
|
Size
Declaration
public double? Size { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Double> |
|
Success
Declaration
public string Success { get; set; }
Property Value
Type |
Description |
System.String |
|
Implements