| Package | Description |
|---|---|
| com.microsoft.azure.kusto.ingest | |
| com.microsoft.azure.kusto.ingest.utils |
| Modifier and Type | Method and Description |
|---|---|
IngestionResult |
IngestClientBase.ingestFromResultSet(ResultSetSourceInfo resultSetSourceInfo,
IngestionProperties ingestionProperties)
Ingest data from a Result Set into Kusto database.
|
IngestionResult |
IngestClient.ingestFromResultSet(ResultSetSourceInfo resultSetSourceInfo,
IngestionProperties ingestionProperties)
Ingest data from a Result Set into Kusto table.
|
reactor.core.publisher.Mono<IngestionResult> |
IngestClientBase.ingestFromResultSetAsync(ResultSetSourceInfo resultSetSourceInfo,
IngestionProperties ingestionProperties) |
reactor.core.publisher.Mono<IngestionResult> |
IngestClient.ingestFromResultSetAsync(ResultSetSourceInfo resultSetSourceInfo,
IngestionProperties ingestionProperties)
Ingest data from a Result Set into Kusto table.
|
protected reactor.core.publisher.Mono<IngestionResult> |
QueuedIngestClientImpl.ingestFromResultSetAsyncImpl(ResultSetSourceInfo resultSetSourceInfo,
IngestionProperties ingestionProperties) |
protected abstract reactor.core.publisher.Mono<IngestionResult> |
IngestClientBase.ingestFromResultSetAsyncImpl(ResultSetSourceInfo resultSetSourceInfo,
IngestionProperties ingestionProperties) |
protected reactor.core.publisher.Mono<IngestionResult> |
StreamingIngestClient.ingestFromResultSetAsyncImpl(ResultSetSourceInfo resultSetSourceInfo,
IngestionProperties ingestionProperties) |
protected reactor.core.publisher.Mono<IngestionResult> |
ManagedStreamingIngestClient.ingestFromResultSetAsyncImpl(ResultSetSourceInfo resultSetSourceInfo,
IngestionProperties ingestionProperties) |
| Modifier and Type | Method and Description |
|---|---|
static @NotNull StreamSourceInfo |
IngestionUtils.resultSetToStream(ResultSetSourceInfo resultSetSourceInfo) |
Copyright © 2025. All rights reserved.