Table of Contents

Class AnalyticsS3ExportFileFormat

Namespace
Amazon.S3
Assembly
AWSSDK.S3.dll

The file format used when exporting data to Amazon S3.

public sealed class AnalyticsS3ExportFileFormat : ConstantClass
Inheritance
AnalyticsS3ExportFileFormat

Constructors

AnalyticsS3ExportFileFormat(string)

Construct instance of AnalyticsS3ExportFileFormat.

public AnalyticsS3ExportFileFormat(string value)

Parameters

value string

Fields

CSV

CSV file format.

public static readonly AnalyticsS3ExportFileFormat CSV

Field Value

AnalyticsS3ExportFileFormat

Methods

FindValue(string)

Finds the constant for the unique value.

public static AnalyticsS3ExportFileFormat FindValue(string value)

Parameters

value string

Returns

AnalyticsS3ExportFileFormat

Operators

implicit operator AnalyticsS3ExportFileFormat(string)

Converts the string to an AnalyticsS3ExportFileFormat.

public static implicit operator AnalyticsS3ExportFileFormat(string value)

Parameters

value string

Returns

AnalyticsS3ExportFileFormat