Uses of Class
com.microsoft.azure.kusto.ingest.IngestionMapping.IngestionMappingKind
-
Packages that use IngestionMapping.IngestionMappingKind Package Description com.microsoft.azure.kusto.ingest -
-
Uses of IngestionMapping.IngestionMappingKind in com.microsoft.azure.kusto.ingest
Methods in com.microsoft.azure.kusto.ingest that return IngestionMapping.IngestionMappingKind Modifier and Type Method Description IngestionMapping.IngestionMappingKindIngestionMapping. getIngestionMappingKind()IngestionMapping.IngestionMappingKindIngestionProperties.DataFormat. getIngestionMappingKind()static IngestionMapping.IngestionMappingKindIngestionMapping.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.Methods in com.microsoft.azure.kusto.ingest with parameters of type IngestionMapping.IngestionMappingKind Modifier and Type Method Description booleanColumnMapping. isValid(IngestionMapping.IngestionMappingKind mappingKind)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:voidIngestionProperties. setIngestionMapping(String mappingReference, IngestionMapping.IngestionMappingKind ingestionMappingKind)Sets the predefined ingestion mapping name:voidIngestionMapping. setIngestionMappingReference(String ingestionMappingReference, IngestionMapping.IngestionMappingKind ingestionMappingKind)Sets the ingestion mapping reference parametersConstructors in com.microsoft.azure.kusto.ingest with parameters of type IngestionMapping.IngestionMappingKind Constructor Description IngestionMapping(ColumnMapping[] columnMappings, IngestionMapping.IngestionMappingKind ingestionMappingKind)Please use setIngestionMappingReference for production as passing the mapping every time is wastefulIngestionMapping(String ingestionMappingReference, IngestionMapping.IngestionMappingKind ingestionMappingKind)Creates an ingestion mapping with the given parameters.
-