AWSS3InventoryFormat
Objective-C
NS_ENUM(NSInteger, AWSS3InventoryFormat) {
AWSS3InventoryFormatUnknown,
AWSS3InventoryFormatCsv,
AWSS3InventoryFormatOrc,
AWSS3InventoryFormatParquet,
}
Swift
enum AWSS3InventoryFormat : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSS3InventoryFormatUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSS3InventoryFormatCsvSwift
case csv = 1 -
Undocumented
Declaration
Objective-C
AWSS3InventoryFormatOrcSwift
case orc = 2 -
Undocumented
Declaration
Objective-C
AWSS3InventoryFormatParquetSwift
case parquet = 3
View on GitHub
Install in Dash
AWSS3InventoryFormat Enumeration Reference