Class Request
Model for Requests returned from the telemetry source
Inheritance
System.Object
Request
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 Request : 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> |
|
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 |
|
ResultCode
Declaration
public string ResultCode { get; set; }
Property Value
Type |
Description |
System.String |
|
Source
Declaration
public string Source { get; set; }
Property Value
Type |
Description |
System.String |
|
Success
Declaration
public string Success { get; set; }
Property Value
Type |
Description |
System.String |
|
Url
Declaration
public string Url { get; set; }
Property Value
Type |
Description |
System.String |
|
Implements