Class InventoryFormat
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
ORC
ORC inventory format
public static readonly InventoryFormat ORC
Field Value
Parquet
Parquet inventory format
public static readonly InventoryFormat Parquet
Field Value
Methods
FindValue(string)
Finds the constant for the unique value.
public static InventoryFormat FindValue(string value)
Parameters
value
stringThe 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