C# Class Amazon.S3.BucketAccelerateStatus

Represents the accelerate status for a bucket.
Inheritance: ConstantClass
Afficher le fichier Open project: aws/aws-sdk-net Class Usage Examples

Méthodes publiques

Свойство Type Description
Enabled BucketAccelerateStatus
Suspended BucketAccelerateStatus

Méthodes publiques

Méthode Description
BucketAccelerateStatus ( string value ) : System

Construct instance of BucketAccelerateStatus. It is not intended for this constructor to be called. Instead users should call the FindValue.

FindValue ( string value ) : BucketAccelerateStatus

Finds the constant for the unique value.

Method Details

BucketAccelerateStatus() public méthode

Construct instance of BucketAccelerateStatus. It is not intended for this constructor to be called. Instead users should call the FindValue.
public BucketAccelerateStatus ( string value ) : System
value string
Résultat System

FindValue() public static méthode

Finds the constant for the unique value.
public static FindValue ( string value ) : BucketAccelerateStatus
value string
Résultat BucketAccelerateStatus

Property Details

Enabled public_oe static_oe property

Bucket acceleration is enabled.
public static BucketAccelerateStatus,Amazon.S3 Enabled
Résultat BucketAccelerateStatus

Suspended public_oe static_oe property

Bucket acceleration is suspended.
public static BucketAccelerateStatus,Amazon.S3 Suspended
Résultat BucketAccelerateStatus