| Package | Description |
|---|---|
| com.microsoft.azure.kusto.ingest |
| Modifier and Type | Method and Description |
|---|---|
ColumnMapping[] |
IngestionMapping.getColumnMappings() |
| Modifier and Type | Method and Description |
|---|---|
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
|
| Constructor and Description |
|---|
ColumnMapping(ColumnMapping other) |
IngestionMapping(ColumnMapping[] columnMappings,
IngestionMapping.IngestionMappingKind ingestionMappingKind)
Please use setIngestionMappingReference for production as passing the mapping every time is wasteful
|
Copyright © 2024. All rights reserved.