| Package | Description |
|---|---|
| com.microsoft.azure.kusto.ingest |
| Modifier and Type | Method and Description |
|---|---|
@NotNull IngestionProperties.DataFormat |
IngestionProperties.getDataFormat()
Returns the DataFormat
|
static IngestionProperties.DataFormat |
IngestionProperties.DataFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IngestionProperties.DataFormat[] |
IngestionProperties.DataFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IngestionProperties.setDataFormat(@NotNull IngestionProperties.DataFormat dataFormat)
Sets the data format.
|
Copyright © 2024. All rights reserved.