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
 
Specifies the Storage Class of of an S3 object. Possible values are: ReducedRedundancy: provides a 99.99% durability guaranteeStandard: provides a 99.999999999% durability guarantee

Inheritance Hierarchy

System.Object
  Amazon.Runtime.ConstantClass
    Amazon.S3.S3StorageClass

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

Syntax

C#
public sealed class S3StorageClass : ConstantClass

The S3StorageClass type exposes the following members

Constructors

NameDescription
Public Method S3StorageClass(string) Construct an instance of S3StorageClass.

Properties

NameTypeDescription
Public Property Value System.String Inherited from Amazon.Runtime.ConstantClass.

Methods

NameDescription
Public Method Static Method FindValue(string) Finds the constant for the unique value.

Fields

NameTypeDescription
Field Static Field Glacier Amazon.S3.S3StorageClass The GLACIER storage is for object that are stored in Amazon Glacier. This storage class is for objects that are for archival purpose and get operations are rare.
Field Static Field ReducedRedundancy Amazon.S3.S3StorageClass The REDUCED_REDUNDANCY storage class for S3 objects. This provides a reduced (99.99%) durability guarantee at a lower cost as compared to the STANDARD storage class. Use this storage class for non-mission critical data or for data that doesn’t require the higher level of durability that S3 provides with the STANDARD storage class.
Field Static Field Standard Amazon.S3.S3StorageClass The STANDARD storage class, which is the default storage class for S3 objects. Provides a 99.999999999% durability guarantee.
Field Static Field StandardInfrequentAccess Amazon.S3.S3StorageClass The STANDARD_IA storage is for infrequently accessed objects. This storage class is for objects that are long-lived and less frequently accessed, like backups and older data.

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, Windows Phone 8