Table of Contents

Class InventoryFormat

Namespace
Amazon.S3
Assembly
AWSSDK.S3.dll

A list of all Inventory Formats.

public sealed class InventoryFormat : ConstantClass
Inheritance
InventoryFormat

Constructors

InventoryFormat(string)

Construct instance of InventoryFormat.

public InventoryFormat(string value)

Parameters

value string

Fields

CSV

CSV inventory format

public static readonly InventoryFormat CSV

Field Value

InventoryFormat

ORC

ORC inventory format

public static readonly InventoryFormat ORC

Field Value

InventoryFormat

Parquet

Parquet inventory format

public static readonly InventoryFormat Parquet

Field Value

InventoryFormat

Methods

FindValue(string)

Finds the constant for the unique value.

public static InventoryFormat FindValue(string value)

Parameters

value string

The string representation of the InventoryFormat.

Returns

InventoryFormat

The InventoryFormat object for that string.

Operators

implicit operator InventoryFormat(string)

Convert string to InventoryFormat.

public static implicit operator InventoryFormat(string value)

Parameters

value string

Returns

InventoryFormat