Uses of Class
com.microsoft.azure.kusto.ingest.AzureStorageClient
-
Packages that use AzureStorageClient Package Description com.microsoft.azure.kusto.ingest -
-
Uses of AzureStorageClient in com.microsoft.azure.kusto.ingest
Methods in com.microsoft.azure.kusto.ingest with parameters of type AzureStorageClient Modifier and Type Method Description static voidResourceAlgorithms. postToQueueWithRetries(com.microsoft.azure.kusto.ingest.ResourceManager resourceManager, AzureStorageClient azureStorageClient, IngestionBlobInfo blob)static StringResourceAlgorithms. uploadLocalFileWithRetries(com.microsoft.azure.kusto.ingest.ResourceManager resourceManager, AzureStorageClient azureStorageClient, File file, String blobName, boolean shouldCompress)static StringResourceAlgorithms. uploadStreamToBlobWithRetries(com.microsoft.azure.kusto.ingest.ResourceManager resourceManager, AzureStorageClient azureStorageClient, InputStream stream, String blobName, boolean shouldCompress)Constructors in com.microsoft.azure.kusto.ingest with parameters of type AzureStorageClient Constructor Description ManagedStreamingIngestClient(com.microsoft.azure.kusto.ingest.ResourceManager resourceManager, AzureStorageClient storageClient, StreamingClient streamingClient)Deprecated.- This method is slated to be private.ManagedStreamingIngestClient(com.microsoft.azure.kusto.ingest.ResourceManager resourceManager, AzureStorageClient storageClient, StreamingClient streamingClient, ExponentialRetry retryTemplate)
-