| Package | Description |
|---|---|
| com.microsoft.azure.kusto.ingest | |
| com.microsoft.azure.kusto.ingest.utils |
| Modifier and Type | Method and Description |
|---|---|
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) |
| 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.