Show / Hide Table of Contents

Class InventoryFormat

All supported inventory list formats.

Inheritance
System.Object
InventoryFormat
Namespace: Amazon.CDK.AWS.S3
Assembly: Amazon.CDK.AWS.S3.dll
Syntax (csharp)
public sealed class InventoryFormat : Enum
Syntax (vb)
Public NotInheritable Class InventoryFormat
    Inherits

     Enum

Synopsis

Fields

CSV

Generate the inventory list as CSV.

ORC

Generate the inventory list as ORC.

PARQUET

Generate the inventory list as Parquet.

value__

Fields

CSV

Generate the inventory list as CSV.

public const InventoryFormat CSV
Field Value
Type Description
InventoryFormat

ORC

Generate the inventory list as ORC.

public const InventoryFormat ORC
Field Value
Type Description
InventoryFormat

PARQUET

Generate the inventory list as Parquet.

public const InventoryFormat PARQUET
Field Value
Type Description
InventoryFormat

value__

public int value__
Field Value
Type Description
System.Int32
Back to top Generated by DocFX