Uses of Class
com.microsoft.azure.kusto.ingest.StreamingIngestClient
-
Packages that use StreamingIngestClient Package Description com.microsoft.azure.kusto.ingest -
-
Uses of StreamingIngestClient in com.microsoft.azure.kusto.ingest
Methods in com.microsoft.azure.kusto.ingest that return StreamingIngestClient Modifier and Type Method Description static StreamingIngestClientIngestClientFactory. createStreamingIngestClient(ConnectionStringBuilder csb)Creates a new streaming ingest client, with default http client properties.static StreamingIngestClientIngestClientFactory. createStreamingIngestClient(ConnectionStringBuilder csb, @Nullable HttpClientProperties properties)Creates a new streaming ingest client.static StreamingIngestClientIngestClientFactory. createStreamingIngestClient(ConnectionStringBuilder csb, @Nullable HttpClientProperties properties, boolean autoCorrectEndpoint)Creates a new streaming ingest client.
-