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.

The performance data that DataSync Discovery collects about an on-premises storage system resource.

Inheritance Hierarchy

System.Object
  Amazon.DataSync.Model.MaxP95Performance

Namespace: Amazon.DataSync.Model
Assembly: AWSSDK.DataSync.dll
Version: 3.x.y.z

Syntax

C#
public class MaxP95Performance

The MaxP95Performance type exposes the following members

Constructors

NameDescription
Public Method MaxP95Performance()

Properties

NameTypeDescription
Public Property IopsOther System.Double

Gets and sets the property IopsOther.

Peak IOPS unrelated to read and write operations.

Public Property IopsRead System.Double

Gets and sets the property IopsRead.

Peak IOPS related to read operations.

Public Property IopsTotal System.Double

Gets and sets the property IopsTotal.

Peak total IOPS on your on-premises storage system resource.

Public Property IopsWrite System.Double

Gets and sets the property IopsWrite.

Peak IOPS related to write operations.

Public Property LatencyOther System.Double

Gets and sets the property LatencyOther.

Peak latency for operations unrelated to read and write operations.

Public Property LatencyRead System.Double

Gets and sets the property LatencyRead.

Peak latency for read operations.

Public Property LatencyWrite System.Double

Gets and sets the property LatencyWrite.

Peak latency for write operations.

Public Property ThroughputOther System.Double

Gets and sets the property ThroughputOther.

Peak throughput unrelated to read and write operations.

Public Property ThroughputRead System.Double

Gets and sets the property ThroughputRead.

Peak throughput related to read operations.

Public Property ThroughputTotal System.Double

Gets and sets the property ThroughputTotal.

Peak total throughput on your on-premises storage system resource.

Public Property ThroughputWrite System.Double

Gets and sets the property ThroughputWrite.

Peak throughput related to write operations.

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