| Package | Description |
|---|---|
| com.microsoft.azure.kusto.ingest |
| Modifier and Type | Method and Description |
|---|---|
IngestionMapping.IngestionMappingKind |
IngestionProperties.DataFormat.getIngestionMappingKind() |
IngestionMapping.IngestionMappingKind |
IngestionMapping.getIngestionMappingKind() |
static IngestionMapping.IngestionMappingKind |
IngestionMapping.IngestionMappingKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IngestionMapping.IngestionMappingKind[] |
IngestionMapping.IngestionMappingKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ColumnMapping.isValid(IngestionMapping.IngestionMappingKind mappingKind) |
void |
IngestionProperties.setIngestionMapping(ColumnMapping[] columnMappings,
IngestionMapping.IngestionMappingKind ingestionMappingKind)
Please use a mappingReference for production as passing the mapping every time is wasteful
Creates an ingestion mapping using the described column mappings:
|
void |
IngestionMapping.setIngestionMapping(ColumnMapping[] columnMappings,
IngestionMapping.IngestionMappingKind ingestionMappingKind)
Please use setIngestionMappingReference for production as passing the mapping every time is wasteful
Sets the ingestion mapping parameters
|
void |
IngestionProperties.setIngestionMapping(String mappingReference,
IngestionMapping.IngestionMappingKind ingestionMappingKind)
Sets the predefined ingestion mapping name:
|
void |
IngestionMapping.setIngestionMappingReference(String ingestionMappingReference,
IngestionMapping.IngestionMappingKind ingestionMappingKind)
Sets the ingestion mapping reference parameters
|
| Constructor and Description |
|---|
IngestionMapping(ColumnMapping[] columnMappings,
IngestionMapping.IngestionMappingKind ingestionMappingKind)
Please use setIngestionMappingReference for production as passing the mapping every time is wasteful
|
IngestionMapping(String ingestionMappingReference,
IngestionMapping.IngestionMappingKind ingestionMappingKind)
Creates an ingestion mapping with the given parameters.
|
Copyright © 2024. All rights reserved.