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
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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