public static enum IngestionProperties.DataFormat extends Enum<IngestionProperties.DataFormat>
| Enum Constant and Description |
|---|
APACHEAVRO |
AVRO |
CSV |
JSON |
MULTIJSON |
ORC |
PARQUET |
PSV |
RAW |
SCSV |
SINGLEJSON |
SOHSV |
SSTREAM |
TSV |
TSVE |
TXT |
W3CLOGFILE |
| Modifier and Type | Method and Description |
|---|---|
IngestionMapping.IngestionMappingKind |
getIngestionMappingKind() |
String |
getKustoValue() |
boolean |
isCompressible() |
static IngestionProperties.DataFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IngestionProperties.DataFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IngestionProperties.DataFormat CSV
public static final IngestionProperties.DataFormat TSV
public static final IngestionProperties.DataFormat SCSV
public static final IngestionProperties.DataFormat SOHSV
public static final IngestionProperties.DataFormat PSV
public static final IngestionProperties.DataFormat TXT
public static final IngestionProperties.DataFormat TSVE
public static final IngestionProperties.DataFormat JSON
public static final IngestionProperties.DataFormat SINGLEJSON
public static final IngestionProperties.DataFormat MULTIJSON
public static final IngestionProperties.DataFormat AVRO
public static final IngestionProperties.DataFormat APACHEAVRO
public static final IngestionProperties.DataFormat PARQUET
public static final IngestionProperties.DataFormat SSTREAM
public static final IngestionProperties.DataFormat ORC
public static final IngestionProperties.DataFormat RAW
public static final IngestionProperties.DataFormat W3CLOGFILE
public static IngestionProperties.DataFormat[] values()
for (IngestionProperties.DataFormat c : IngestionProperties.DataFormat.values()) System.out.println(c);
public static IngestionProperties.DataFormat 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 nullpublic String getKustoValue()
public IngestionMapping.IngestionMappingKind getIngestionMappingKind()
public boolean isCompressible()
Copyright © 2024. All rights reserved.