Class OrganizationInsightApplicationThresholdsByNetworkItem
Threshold for a network
[DataContract]
public class OrganizationInsightApplicationThresholdsByNetworkItem
- Inheritance
-
OrganizationInsightApplicationThresholdsByNetworkItem
- Inherited Members
Constructors
OrganizationInsightApplicationThresholdsByNetworkItem()
public OrganizationInsightApplicationThresholdsByNetworkItem()
Properties
Goodput
Number of useful information bits delivered over a network per unit of time
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "goodput")]
public int Goodput { get; set; }
Property Value
NetworkId
Network identifier
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "networkId")]
public string NetworkId { get; set; }
Property Value
ResponseDuration
Duration of the response, in milliseconds
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "networkId")]
public int ResponseDuration { get; set; }