Table of Contents

Class StorageClassAnalysisSchemaVersion

Namespace
Amazon.S3
Assembly
AWSSDK.S3.dll

The version of the output schema to use when exporting data.

public sealed class StorageClassAnalysisSchemaVersion : ConstantClass
Inheritance
StorageClassAnalysisSchemaVersion

Constructors

StorageClassAnalysisSchemaVersion(string)

Construct instance of StorageClassAnalysisSchemaVersion

public StorageClassAnalysisSchemaVersion(string value)

Parameters

value string

Fields

V_1

The schema output version V_1.

public static readonly StorageClassAnalysisSchemaVersion V_1

Field Value

StorageClassAnalysisSchemaVersion

Methods

FindValue(string)

Finds the constant for the unique value.

public static StorageClassAnalysisSchemaVersion FindValue(string value)

Parameters

value string

The string representation of the StorageClassAnalysisSchemaVersion.

Returns

StorageClassAnalysisSchemaVersion

The StorageClassAnalysisSchemaVersion object for that string.

Operators

implicit operator StorageClassAnalysisSchemaVersion(string)

Convert string to StorageClassAnalysisSchemaVersion.

public static implicit operator StorageClassAnalysisSchemaVersion(string value)

Parameters

value string

Returns

StorageClassAnalysisSchemaVersion