C# Класс Amazon.S3.S3StorageClass

Specifies the Storage Class of of an S3 object. Possible values are: ReducedRedundancy: provides a 99.99% durability guarantee Standard: provides a 99.999999999% durability guarantee
Наследование: ConstantClass
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Glacier S3StorageClass
ReducedRedundancy S3StorageClass
Standard S3StorageClass
StandardInfrequentAccess S3StorageClass

Открытые методы

Метод Описание
FindValue ( string value ) : S3StorageClass

Finds the constant for the unique value.

S3StorageClass ( string value ) : System

Construct an instance of S3StorageClass.

Описание методов

FindValue() публичный статический Метод

Finds the constant for the unique value.
public static FindValue ( string value ) : S3StorageClass
value string
Результат S3StorageClass

S3StorageClass() публичный Метод

Construct an instance of S3StorageClass.
public S3StorageClass ( string value ) : System
value string
Результат System

Описание свойств

Glacier публичное статическое свойство

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.
public static S3StorageClass,Amazon.S3 Glacier
Результат S3StorageClass

ReducedRedundancy публичное статическое свойство

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.
public static S3StorageClass,Amazon.S3 ReducedRedundancy
Результат S3StorageClass

Standard публичное статическое свойство

The STANDARD storage class, which is the default storage class for S3 objects. Provides a 99.999999999% durability guarantee.
public static S3StorageClass,Amazon.S3 Standard
Результат S3StorageClass

StandardInfrequentAccess публичное статическое свойство

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.
public static S3StorageClass,Amazon.S3 StandardInfrequentAccess
Результат S3StorageClass