Uses of Class
com.microsoft.azure.kusto.ingest.ColumnMapping
-
Packages that use ColumnMapping Package Description com.microsoft.azure.kusto.ingest -
-
Uses of ColumnMapping in com.microsoft.azure.kusto.ingest
Methods in com.microsoft.azure.kusto.ingest that return ColumnMapping Modifier and Type Method Description ColumnMapping[]IngestionMapping. getColumnMappings()Methods in com.microsoft.azure.kusto.ingest with parameters of type ColumnMapping Modifier and Type Method Description voidIngestionMapping. setIngestionMapping(ColumnMapping[] columnMappings, IngestionMapping.IngestionMappingKind ingestionMappingKind)Please use setIngestionMappingReference for production as passing the mapping every time is wasteful Sets the ingestion mapping parametersvoidIngestionProperties. 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:Constructors in com.microsoft.azure.kusto.ingest with parameters of type ColumnMapping Constructor Description ColumnMapping(ColumnMapping other)IngestionMapping(ColumnMapping[] columnMappings, IngestionMapping.IngestionMappingKind ingestionMappingKind)Please use setIngestionMappingReference for production as passing the mapping every time is wasteful
-