AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 3.5
 
Represents the average latency for the slowest X percent of requests over the last 10 seconds.

Inheritance Hierarchy

System.Object
  Amazon.ElasticBeanstalk.Model.Latency

Namespace: Amazon.ElasticBeanstalk.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class Latency : Object

The Latency type exposes the following members

Constructors

NameDescription
Public Method Latency()

Properties

NameTypeDescription
Public Property P10 System.Double Gets and sets the property P10.

The average latency for the slowest 90 percent of requests over the last 10 seconds.

Public Property P50 System.Double Gets and sets the property P50.

The average latency for the slowest 50 percent of requests over the last 10 seconds.

Public Property P75 System.Double Gets and sets the property P75.

The average latency for the slowest 25 percent of requests over the last 10 seconds.

Public Property P85 System.Double Gets and sets the property P85.

The average latency for the slowest 15 percent of requests over the last 10 seconds.

Public Property P90 System.Double Gets and sets the property P90.

The average latency for the slowest 10 percent of requests over the last 10 seconds.

Public Property P95 System.Double Gets and sets the property P95.

The average latency for the slowest 5 percent of requests over the last 10 seconds.

Public Property P99 System.Double Gets and sets the property P99.

The average latency for the slowest 1 percent of requests over the last 10 seconds.

Public Property P999 System.Double Gets and sets the property P999.

The average latency for the slowest 0.1 percent of requests over the last 10 seconds.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8.1, Windows 8

.NET for Windows Phone:
Supported in: Windows Phone 8.1