jar

com.microsoft.azure.kusto : spark-kusto-connector

Maven & Gradle

Feb 16, 2021
74 stars

Spark Kusto connector · Kusto connector for Spark to query and ingest data

Table Of Contents

Latest Version

Download com.microsoft.azure.kusto : spark-kusto-connector JAR file - Latest Versions:

All Versions

Download com.microsoft.azure.kusto : spark-kusto-connector JAR file - All Versions:

Version Vulnerabilities Size Updated
2.3.x
2.2.x
2.1.x
2.0.x
1.1.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window spark-kusto-connector-2.3.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.microsoft.kusto.spark.common

├─ com.microsoft.kusto.spark.common.KustoCoordinates.class - [JAR]

├─ com.microsoft.kusto.spark.common.KustoDebugOptions.class - [JAR]

├─ com.microsoft.kusto.spark.common.KustoOptions.class - [JAR]

com.microsoft.kusto.spark.datasource

├─ com.microsoft.kusto.spark.datasource.DefaultSource.class - [JAR]

├─ com.microsoft.kusto.spark.datasource.KustoFilter.class - [JAR]

├─ com.microsoft.kusto.spark.datasource.KustoFiltering.class - [JAR]

├─ com.microsoft.kusto.spark.datasource.KustoPartition.class - [JAR]

├─ com.microsoft.kusto.spark.datasource.KustoPartitionParameters.class - [JAR]

├─ com.microsoft.kusto.spark.datasource.KustoReadOptions.class - [JAR]

├─ com.microsoft.kusto.spark.datasource.KustoReadRequest.class - [JAR]

├─ com.microsoft.kusto.spark.datasource.KustoReader.class - [JAR]

├─ com.microsoft.kusto.spark.datasource.KustoRelation.class - [JAR]

├─ com.microsoft.kusto.spark.datasource.KustoResponseDeserializer.class - [JAR]

├─ com.microsoft.kusto.spark.datasource.KustoSchema.class - [JAR]

├─ com.microsoft.kusto.spark.datasource.KustoSourceOptions.class - [JAR]

├─ com.microsoft.kusto.spark.datasource.KustoStorageParameters.class - [JAR]

├─ com.microsoft.kusto.spark.datasource.ReadMode.class - [JAR]

com.microsoft.kusto.spark.sql.extension

├─ com.microsoft.kusto.spark.sql.extension.SparkExtension.class - [JAR]

com.microsoft.kusto.spark.utils

├─ com.microsoft.kusto.spark.utils.CertUtils.class - [JAR]

├─ com.microsoft.kusto.spark.utils.ContainerAndSas.class - [JAR]

├─ com.microsoft.kusto.spark.utils.ContainerProvider.class - [JAR]

├─ com.microsoft.kusto.spark.utils.CslCommandsGenerator.class - [JAR]

├─ com.microsoft.kusto.spark.utils.DataTypeMapping.class - [JAR]

├─ com.microsoft.kusto.spark.utils.KeyVaultADALAuthenticator.class - [JAR]

├─ com.microsoft.kusto.spark.utils.KeyVaultUtils.class - [JAR]

├─ com.microsoft.kusto.spark.utils.KustoAzureFsSetupCache.class - [JAR]

├─ com.microsoft.kusto.spark.utils.KustoBlobStorageUtils.class - [JAR]

├─ com.microsoft.kusto.spark.utils.KustoClient.class - [JAR]

├─ com.microsoft.kusto.spark.utils.KustoClientCache.class - [JAR]

├─ com.microsoft.kusto.spark.utils.KustoConstants.class - [JAR]

├─ com.microsoft.kusto.spark.utils.KustoDataSourceUtils.class - [JAR]

├─ com.microsoft.kusto.spark.utils.KustoQueryUtils.class - [JAR]

com.microsoft.kusto.spark.datasink

├─ com.microsoft.kusto.spark.datasink.BlobWriteResource.class - [JAR]

├─ com.microsoft.kusto.spark.datasink.CountingWriter.class - [JAR]

├─ com.microsoft.kusto.spark.datasink.EscapedWriter.class - [JAR]

├─ com.microsoft.kusto.spark.datasink.KustoCsvMapper.class - [JAR]

├─ com.microsoft.kusto.spark.datasink.KustoCsvSerializationUtils.class - [JAR]

├─ com.microsoft.kusto.spark.datasink.KustoSink.class - [JAR]

├─ com.microsoft.kusto.spark.datasink.KustoSinkOptions.class - [JAR]

├─ com.microsoft.kusto.spark.datasink.KustoSinkProvider.class - [JAR]

├─ com.microsoft.kusto.spark.datasink.KustoWriteResource.class - [JAR]

├─ com.microsoft.kusto.spark.datasink.KustoWriter.class - [JAR]

├─ com.microsoft.kusto.spark.datasink.PartitionResult.class - [JAR]

├─ com.microsoft.kusto.spark.datasink.RowCSVWriterUtils.class - [JAR]

├─ com.microsoft.kusto.spark.datasink.SinkTableCreationMode.class - [JAR]

├─ com.microsoft.kusto.spark.datasink.SparkIngestionProperties.class - [JAR]

├─ com.microsoft.kusto.spark.datasink.WriteOptions.class - [JAR]

├─ com.microsoft.kusto.spark.datasink.Writer.class - [JAR]

com.microsoft.kusto.spark.authentication

├─ com.microsoft.kusto.spark.authentication.AadApplicationAuthentication.class - [JAR]

├─ com.microsoft.kusto.spark.authentication.AadApplicationCertificateAuthentication.class - [JAR]

├─ com.microsoft.kusto.spark.authentication.DeviceAuthentication.class - [JAR]

├─ com.microsoft.kusto.spark.authentication.KeyVaultAppAuthentication.class - [JAR]

├─ com.microsoft.kusto.spark.authentication.KeyVaultAuthentication.class - [JAR]

├─ com.microsoft.kusto.spark.authentication.KeyVaultCertificateAuthentication.class - [JAR]

├─ com.microsoft.kusto.spark.authentication.KustoAccessTokenAuthentication.class - [JAR]

├─ com.microsoft.kusto.spark.authentication.KustoAuthentication.class - [JAR]

├─ com.microsoft.kusto.spark.authentication.KustoTokenProviderAuthentication.class - [JAR]

Advertisement