C# Class Amazon.S3.StorageClassAnalysisSchemaVersion

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

Méthodes publiques

Свойство Type Description
V_1 StorageClassAnalysisSchemaVersion

Méthodes publiques

Méthode 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 méthode

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

StorageClassAnalysisSchemaVersion() public méthode

Construct instance of StorageClassAnalysisSchemaVersion
public StorageClassAnalysisSchemaVersion ( string value ) : System
value string
Résultat System

Property Details

V_1 public_oe static_oe property

The schema output version V_1.
public static StorageClassAnalysisSchemaVersion,Amazon.S3 V_1
Résultat StorageClassAnalysisSchemaVersion