C# 클래스 Amazon.S3.AnalyticsS3ExportFileFormat

The file format used when exporting data to Amazon S3.
상속: ConstantClass
파일 보기 프로젝트 열기: aws/aws-sdk-net

공개 프로퍼티들

프로퍼티 타입 설명
CSV AnalyticsS3ExportFileFormat

공개 메소드들

메소드 설명
AnalyticsS3ExportFileFormat ( string value ) : System

Construct instance of AnalyticsS3ExportFileFormat.

FindValue ( string value ) : AnalyticsS3ExportFileFormat

Finds the constant for the unique value.

메소드 상세

AnalyticsS3ExportFileFormat() 공개 메소드

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

FindValue() 공개 정적인 메소드

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

프로퍼티 상세

CSV 공개적으로 정적으로 프로퍼티

CSV file format.
public static AnalyticsS3ExportFileFormat,Amazon.S3 CSV
리턴 AnalyticsS3ExportFileFormat