C# Class Amazon.S3.StorageClassAnalysisSchemaVersion

The version of the output schema to use when exporting data.
Inheritance: ConstantClass
Show file Open project: aws/aws-sdk-net Class Usage Examples

Public Properties

Property Type Description
V_1 StorageClassAnalysisSchemaVersion

Public Methods

Method Description
FindValue ( string value ) : StorageClassAnalysisSchemaVersion

Finds the constant for the unique value.

StorageClassAnalysisSchemaVersion ( string value ) : System

Construct instance of StorageClassAnalysisSchemaVersion

Method Details

FindValue() public static method

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

StorageClassAnalysisSchemaVersion() public method

Construct instance of StorageClassAnalysisSchemaVersion
public StorageClassAnalysisSchemaVersion ( string value ) : System
value string
return System

Property Details

V_1 public static property

The schema output version V_1.
public static StorageClassAnalysisSchemaVersion,Amazon.S3 V_1
return StorageClassAnalysisSchemaVersion