| Package | Description |
|---|---|
| com.microsoft.azure.kusto.ingest |
| 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.
|
Copyright © 2025. All rights reserved.