AWS SDK Version 3 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.

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.ElasticBeanstalk.dll
Version: 3.x.y.z

Syntax

C#
public class Latency

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:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5