| 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 table.
|
IngestionResult |
IngestClient.ingestFromFile(FileSourceInfo fileSourceInfo,
IngestionProperties ingestionProperties)
Ingest data from a file into Kusto table.
|
IngestionResult |
IngestClient.ingestFromResultSet(ResultSetSourceInfo resultSetSourceInfo,
IngestionProperties ingestionProperties)
Ingest data from a Result Set into Kusto table.
|
IngestionResult |
IngestClient.ingestFromStream(StreamSourceInfo streamSourceInfo,
IngestionProperties ingestionProperties)
Ingest data from an input stream, into Kusto table.
|
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 © 2025. All rights reserved.