Class OrganizationInsightApplicationCreateRequestThresholds
Thresholds defined by a user for each application
[DataContract]
public class OrganizationInsightApplicationCreateRequestThresholds
- Inheritance
-
OrganizationInsightApplicationCreateRequestThresholds
- Inherited Members
Constructors
OrganizationInsightApplicationCreateRequestThresholds()
public OrganizationInsightApplicationCreateRequestThresholds()
Properties
Goodput
Number of useful information bits delivered over a network per unit of time
[DataMember(Name = "goodput")]
public int Goodput { get; set; }
Property Value
ResponseTime
Duration of the response, in milliseconds
[DataMember(Name = "responseTime")]
public int ResponseTime { get; set; }