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