| Package | Description |
|---|---|
| com.microsoft.azure.kusto.ingest | |
| com.microsoft.azure.kusto.ingest.utils |
| Modifier and Type | Method and Description |
|---|---|
List<ContainerWithSas> |
IngestionResourceManager.getShuffledContainers()
Returns a list of containers with SAS tokens, ranked by their ingestion success rate, and then shuffled.
|
IngestionResult |
IngestClient.ingestFromBlob(BlobSourceInfo blobSourceInfo,
IngestionProperties ingestionProperties)
Ingest data from a blob storage into Kusto database.
|
IngestionResult |
IngestClientBase.ingestFromBlob(BlobSourceInfo blobSourceInfo,
IngestionProperties ingestionProperties) |
protected IngestionResult |
ManagedStreamingIngestClient.ingestFromBlobImpl(BlobSourceInfo blobSourceInfo,
IngestionProperties ingestionProperties)
Ingest data from a blob storage into Kusto database.
|
protected IngestionResult |
StreamingIngestClient.ingestFromBlobImpl(BlobSourceInfo blobSourceInfo,
IngestionProperties ingestionProperties) |
protected abstract IngestionResult |
IngestClientBase.ingestFromBlobImpl(BlobSourceInfo blobSourceInfo,
IngestionProperties ingestionProperties)
Ingest data from a blob storage into Kusto database.
|
protected IngestionResult |
QueuedIngestClientImpl.ingestFromBlobImpl(BlobSourceInfo blobSourceInfo,
IngestionProperties ingestionProperties) |
IngestionResult |
IngestClient.ingestFromFile(FileSourceInfo fileSourceInfo,
IngestionProperties ingestionProperties)
Ingest data from a file into Kusto database.
|
IngestionResult |
IngestClientBase.ingestFromFile(FileSourceInfo fileSourceInfo,
IngestionProperties ingestionProperties) |
protected IngestionResult |
ManagedStreamingIngestClient.ingestFromFileImpl(FileSourceInfo fileSourceInfo,
IngestionProperties ingestionProperties) |
protected IngestionResult |
StreamingIngestClient.ingestFromFileImpl(FileSourceInfo fileSourceInfo,
IngestionProperties ingestionProperties) |
protected abstract IngestionResult |
IngestClientBase.ingestFromFileImpl(FileSourceInfo fileSourceInfo,
IngestionProperties ingestionProperties) |
protected IngestionResult |
QueuedIngestClientImpl.ingestFromFileImpl(FileSourceInfo fileSourceInfo,
IngestionProperties ingestionProperties) |
IngestionResult |
IngestClient.ingestFromResultSet(ResultSetSourceInfo resultSetSourceInfo,
IngestionProperties ingestionProperties)
Ingest data from a Result Set into Kusto database.
|
IngestionResult |
IngestClientBase.ingestFromResultSet(ResultSetSourceInfo resultSetSourceInfo,
IngestionProperties ingestionProperties) |
protected IngestionResult |
ManagedStreamingIngestClient.ingestFromResultSetImpl(ResultSetSourceInfo resultSetSourceInfo,
IngestionProperties ingestionProperties) |
protected IngestionResult |
StreamingIngestClient.ingestFromResultSetImpl(ResultSetSourceInfo resultSetSourceInfo,
IngestionProperties ingestionProperties) |
protected abstract IngestionResult |
IngestClientBase.ingestFromResultSetImpl(ResultSetSourceInfo resultSetSourceInfo,
IngestionProperties ingestionProperties)
Ingest data from a Result Set into Kusto database.
|
protected IngestionResult |
QueuedIngestClientImpl.ingestFromResultSetImpl(ResultSetSourceInfo resultSetSourceInfo,
IngestionProperties ingestionProperties) |
IngestionResult |
IngestClient.ingestFromStream(StreamSourceInfo streamSourceInfo,
IngestionProperties ingestionProperties)
Ingest data from an input stream, into Kusto database.
|
IngestionResult |
IngestClientBase.ingestFromStream(StreamSourceInfo streamSourceInfo,
IngestionProperties ingestionProperties) |
protected IngestionResult |
ManagedStreamingIngestClient.ingestFromStreamImpl(StreamSourceInfo streamSourceInfo,
IngestionProperties ingestionProperties) |
protected IngestionResult |
StreamingIngestClient.ingestFromStreamImpl(StreamSourceInfo streamSourceInfo,
IngestionProperties ingestionProperties) |
protected abstract IngestionResult |
IngestClientBase.ingestFromStreamImpl(StreamSourceInfo streamSourceInfo,
IngestionProperties ingestionProperties)
Ingest data from an input stream, into Kusto database.
|
protected IngestionResult |
QueuedIngestClientImpl.ingestFromStreamImpl(StreamSourceInfo streamSourceInfo,
IngestionProperties ingestionProperties) |
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) |
void |
IngestionProperties.validateResultSetProperties() |
| Modifier and Type | Method and Description |
|---|---|
static @NotNull StreamSourceInfo |
IngestionUtils.fileToStream(FileSourceInfo fileSourceInfo,
boolean resettable) |
static @NotNull StreamSourceInfo |
IngestionUtils.resultSetToStream(ResultSetSourceInfo resultSetSourceInfo) |
Copyright © 2024. All rights reserved.