Class AnalyticsS3ExportFileFormat
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
Methods
FindValue(string)
Finds the constant for the unique value.
public static AnalyticsS3ExportFileFormat FindValue(string value)
Parameters
value
string
Returns
Operators
implicit operator AnalyticsS3ExportFileFormat(string)
Converts the string to an AnalyticsS3ExportFileFormat.
public static implicit operator AnalyticsS3ExportFileFormat(string value)
Parameters
value
string