C# Class Amazon.S3.AnalyticsS3ExportFileFormat

The file format used when exporting data to Amazon S3.
Inheritance: ConstantClass
ファイルを表示 Open project: aws/aws-sdk-net

Public Properties

Property Type Description
CSV AnalyticsS3ExportFileFormat

Public Methods

Method Description
AnalyticsS3ExportFileFormat ( string value ) : System

Construct instance of AnalyticsS3ExportFileFormat.

FindValue ( string value ) : AnalyticsS3ExportFileFormat

Finds the constant for the unique value.

Method Details

AnalyticsS3ExportFileFormat() public method

Construct instance of AnalyticsS3ExportFileFormat.
public AnalyticsS3ExportFileFormat ( string value ) : System
value string
return System

FindValue() public static method

Finds the constant for the unique value.
public static FindValue ( string value ) : AnalyticsS3ExportFileFormat
value string
return AnalyticsS3ExportFileFormat

Property Details

CSV public_oe static_oe property

CSV file format.
public static AnalyticsS3ExportFileFormat,Amazon.S3 CSV
return AnalyticsS3ExportFileFormat