C# 클래스 Amazon.S3.InventoryFormat

A list of all Inventory Formats.
상속: ConstantClass
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CSV InventoryFormat

공개 메소드들

메소드 설명
FindValue ( string value ) : InventoryFormat

Finds the constant for the unique value.

InventoryFormat ( string value ) : System

Construct instance of InventoryFormat.

메소드 상세

FindValue() 공개 정적인 메소드

Finds the constant for the unique value.
public static FindValue ( string value ) : InventoryFormat
value string The string representation of the InventoryFormat.
리턴 InventoryFormat

InventoryFormat() 공개 메소드

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

프로퍼티 상세

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

CSV inventory format
public static InventoryFormat,Amazon.S3 CSV
리턴 InventoryFormat