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
 
EBS volume specifications such as volume type, IOPS, and size(GiB) that will be requested for the EBS volume attached to an EC2 instance in the cluster.

Inheritance Hierarchy

System.Object
  Amazon.ElasticMapReduce.Model.VolumeSpecification

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

Syntax

C#
public class VolumeSpecification : Object

The VolumeSpecification type exposes the following members

Constructors

NameDescription
Public Method VolumeSpecification()

Properties

NameTypeDescription
Public Property Iops System.Int32 Gets and sets the property Iops.

The number of I/O operations per second (IOPS) that the volume supports.

Public Property SizeInGB System.Int32 Gets and sets the property SizeInGB.

The volume size, in gibibytes (GiB). This can be a number from 1 – 1024. If the volume type is EBS-optimized, the minimum value is 10.

Public Property VolumeType System.String Gets and sets the property VolumeType.

The volume type. Volume types supported are gp2, io1, standard.

Version Information

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

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