C# Class Amazon.S3.InventoryFormat

A list of all Inventory Formats.
Inheritance: ConstantClass
Show file Open project: aws/aws-sdk-net Class Usage Examples

Public Properties

Property Type Description
CSV InventoryFormat

Public Methods

Method Description
FindValue ( string value ) : InventoryFormat

Finds the constant for the unique value.

InventoryFormat ( string value ) : System

Construct instance of InventoryFormat.

Method Details

FindValue() public static method

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

InventoryFormat() public method

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

Property Details

CSV public static property

CSV inventory format
public static InventoryFormat,Amazon.S3 CSV
return InventoryFormat