| Package | Description |
|---|---|
| com.microsoft.azure.kusto.ingest | |
| com.microsoft.azure.kusto.ingest.utils |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
static @NotNull StreamSourceInfo |
IngestionUtils.resultSetToStream(ResultSetSourceInfo resultSetSourceInfo) |
Copyright © 2024. All rights reserved.