AWSS3InventoryFormat
Objective-C
NS_ENUM(NSInteger, AWSS3InventoryFormat) {
AWSS3InventoryFormatUnknown,
AWSS3InventoryFormatCsv,
AWSS3InventoryFormatOrc,
AWSS3InventoryFormatParquet,
}
Swift
enum AWSS3InventoryFormat : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSS3InventoryFormatUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSS3InventoryFormatCsv
Swift
case csv = 1
-
Undocumented
Declaration
Objective-C
AWSS3InventoryFormatOrc
Swift
case orc = 2
-
Undocumented
Declaration
Objective-C
AWSS3InventoryFormatParquet
Swift
case parquet = 3