| Package | Description |
|---|---|
| com.microsoft.azure.kusto.ingest |
| Modifier and Type | Method and Description |
|---|---|
static void |
ResourceAlgorithms.postToQueueWithRetries(com.microsoft.azure.kusto.ingest.ResourceManager resourceManager,
AzureStorageClient azureStorageClient,
IngestionBlobInfo blob) |
static String |
ResourceAlgorithms.uploadLocalFileWithRetries(com.microsoft.azure.kusto.ingest.ResourceManager resourceManager,
AzureStorageClient azureStorageClient,
File file,
String blobName,
boolean shouldCompress) |
static String |
ResourceAlgorithms.uploadStreamToBlobWithRetries(com.microsoft.azure.kusto.ingest.ResourceManager resourceManager,
AzureStorageClient azureStorageClient,
InputStream stream,
String blobName,
boolean shouldCompress) |
| Constructor and Description |
|---|
ManagedStreamingIngestClient(com.microsoft.azure.kusto.ingest.ResourceManager resourceManager,
AzureStorageClient storageClient,
StreamingClient streamingClient)
Deprecated.
- This method is slated to be private. Use
IngestClientFactory.createManagedStreamingIngestClient(ConnectionStringBuilder) instead. |
ManagedStreamingIngestClient(com.microsoft.azure.kusto.ingest.ResourceManager resourceManager,
AzureStorageClient storageClient,
StreamingClient streamingClient,
ExponentialRetry retryTemplate) |
Copyright © 2024. All rights reserved.