@Generated public enum FileIngestionOptionsFileFormat extends Enum<FileIngestionOptionsFileFormat>
| Enum Constant and Description |
|---|
AVRO |
BINARYFILE |
CSV |
EXCEL |
JSON |
ORC |
PARQUET |
XML |
| Modifier and Type | Method and Description |
|---|---|
static FileIngestionOptionsFileFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileIngestionOptionsFileFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FileIngestionOptionsFileFormat AVRO
public static final FileIngestionOptionsFileFormat BINARYFILE
public static final FileIngestionOptionsFileFormat CSV
public static final FileIngestionOptionsFileFormat EXCEL
public static final FileIngestionOptionsFileFormat JSON
public static final FileIngestionOptionsFileFormat ORC
public static final FileIngestionOptionsFileFormat PARQUET
public static final FileIngestionOptionsFileFormat XML
public static FileIngestionOptionsFileFormat[] values()
for (FileIngestionOptionsFileFormat c : FileIngestionOptionsFileFormat.values()) System.out.println(c);
public static FileIngestionOptionsFileFormat valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2026. All rights reserved.