C# Class Amazon.S3.GlacierJobTier

All enumerations type for retrieval tier for Glacier restore.
Inheritance: ConstantClass
Exibir arquivo Open project: aws/aws-sdk-net

Public Properties

Property Type Description
Bulk GlacierJobTier
Expedited GlacierJobTier
Standard GlacierJobTier

Public Methods

Method Description
FindValue ( string value ) : GlacierJobTier

Finds the constant for the unique value.

Private Methods

Method Description
GlacierJobTier ( string value ) : System

Construct instance of RestoreObjectRequestGlacierJobTier

Method Details

FindValue() public static method

Finds the constant for the unique value.
public static FindValue ( string value ) : GlacierJobTier
value string The string representation of the RestoreObjectRequestGlacierJobTier.
return GlacierJobTier

Property Details

Bulk public_oe static_oe property

Bulk Tier for Glacier restore.
public static GlacierJobTier,Amazon.S3 Bulk
return GlacierJobTier

Expedited public_oe static_oe property

Expedited Tier for Glacier restore.
public static GlacierJobTier,Amazon.S3 Expedited
return GlacierJobTier

Standard public_oe static_oe property

Standard Tier for Glacier restore.
public static GlacierJobTier,Amazon.S3 Standard
return GlacierJobTier