Uses of Interface
com.microsoft.azure.kusto.ingest.QueuedIngestClient
-
Packages that use QueuedIngestClient Package Description com.microsoft.azure.kusto.ingest -
-
Uses of QueuedIngestClient in com.microsoft.azure.kusto.ingest
Classes in com.microsoft.azure.kusto.ingest that implement QueuedIngestClient Modifier and Type Class Description classManagedStreamingIngestClientManagedStreamingIngestClientclassQueuedIngestClientImplMethods in com.microsoft.azure.kusto.ingest that return QueuedIngestClient Modifier and Type Method Description static QueuedIngestClientIngestClientFactory. createClient(ConnectionStringBuilder csb)Creates a new queued ingest client, with default http client properties.static QueuedIngestClientIngestClientFactory. createClient(ConnectionStringBuilder csb, @Nullable HttpClientProperties properties)Creates a new queued ingest client.static QueuedIngestClientIngestClientFactory. createClient(ConnectionStringBuilder csb, @Nullable HttpClientProperties properties, boolean autoCorrectEndpoint)Creates a new queued ingest client.
-