LoadBalancerStatistics Properties |
The LoadBalancerStatistics type exposes the following members.
Name | Description | |
---|---|---|
ConnectionError |
Gets the number of transaction or protocol errors in the load balancer.
| |
ConnectionFailure |
Gets the number of connection failures in the load balancer.
| |
ConnectionTimedOut |
Gets the number of connections closed by the load balancer because the connect_timeout interval was exceeded.
| |
DataTimedOut |
Gets the number of connections closed by this load balancer because the timeout interval was exceeded.
| |
ExtensionData |
Gets a map of object properties which did not map to another field or property
during JSON deserialization. The keys of the map represent the property names,
and the values are JToken instances containing the parsed JSON
values.
(Inherited from ExtensibleJsonObject.) | |
KeepAliveTimedOut |
Gets the number of connections closed by this load balancer because the keepalive_timeout interval was exceeded.
| |
MaxConnections |
Gets the maximum number of simultaneous TCP connections this load balancer has processed at any one time.
|