| Package | Description |
|---|---|
| com.microsoft.azure.kusto.ingest | |
| com.microsoft.azure.kusto.ingest.result |
| Modifier and Type | Method and Description |
|---|---|
IngestionResult |
IngestClientBase.ingestFromBlob(BlobSourceInfo blobSourceInfo,
IngestionProperties ingestionProperties)
Ingest data from a blob storage into Kusto database.
|
IngestionResult |
IngestClient.ingestFromBlob(BlobSourceInfo blobSourceInfo,
IngestionProperties ingestionProperties)
Ingest data from a blob storage into Kusto table.
|
IngestionResult |
IngestClientBase.ingestFromFile(FileSourceInfo fileSourceInfo,
IngestionProperties ingestionProperties) |
IngestionResult |
IngestClient.ingestFromFile(FileSourceInfo fileSourceInfo,
IngestionProperties ingestionProperties)
Ingest data from a file into Kusto table.
|
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.
|
IngestionResult |
IngestClientBase.ingestFromStream(StreamSourceInfo streamSourceInfo,
IngestionProperties ingestionProperties)
Ingest data from an input stream, into Kusto database.
|
IngestionResult |
IngestClient.ingestFromStream(StreamSourceInfo streamSourceInfo,
IngestionProperties ingestionProperties)
Ingest data from an input stream, into Kusto table.
|
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<IngestionResult> |
IngestClientBase.ingestFromBlobAsync(BlobSourceInfo blobSourceInfo,
IngestionProperties ingestionProperties) |
reactor.core.publisher.Mono<IngestionResult> |
IngestClient.ingestFromBlobAsync(BlobSourceInfo blobSourceInfo,
IngestionProperties ingestionProperties)
Ingest data from a blob storage into Kusto table.
|
protected reactor.core.publisher.Mono<IngestionResult> |
QueuedIngestClientImpl.ingestFromBlobAsyncImpl(BlobSourceInfo blobSourceInfo,
IngestionProperties ingestionProperties) |
protected abstract reactor.core.publisher.Mono<IngestionResult> |
IngestClientBase.ingestFromBlobAsyncImpl(BlobSourceInfo blobSourceInfo,
IngestionProperties ingestionProperties) |
protected reactor.core.publisher.Mono<IngestionResult> |
StreamingIngestClient.ingestFromBlobAsyncImpl(BlobSourceInfo blobSourceInfo,
IngestionProperties ingestionProperties) |
protected reactor.core.publisher.Mono<IngestionResult> |
ManagedStreamingIngestClient.ingestFromBlobAsyncImpl(BlobSourceInfo blobSourceInfo,
IngestionProperties ingestionProperties) |
reactor.core.publisher.Mono<IngestionResult> |
IngestClientBase.ingestFromFileAsync(FileSourceInfo fileSourceInfo,
IngestionProperties ingestionProperties) |
reactor.core.publisher.Mono<IngestionResult> |
IngestClient.ingestFromFileAsync(FileSourceInfo fileSourceInfo,
IngestionProperties ingestionProperties)
Ingest data from a file into Kusto table.
|
protected reactor.core.publisher.Mono<IngestionResult> |
QueuedIngestClientImpl.ingestFromFileAsyncImpl(FileSourceInfo fileSourceInfo,
IngestionProperties ingestionProperties) |
protected abstract reactor.core.publisher.Mono<IngestionResult> |
IngestClientBase.ingestFromFileAsyncImpl(FileSourceInfo fileSourceInfo,
IngestionProperties ingestionProperties) |
protected reactor.core.publisher.Mono<IngestionResult> |
StreamingIngestClient.ingestFromFileAsyncImpl(FileSourceInfo fileSourceInfo,
IngestionProperties ingestionProperties) |
protected reactor.core.publisher.Mono<IngestionResult> |
ManagedStreamingIngestClient.ingestFromFileAsyncImpl(FileSourceInfo fileSourceInfo,
IngestionProperties ingestionProperties) |
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) |
reactor.core.publisher.Mono<IngestionResult> |
IngestClientBase.ingestFromStreamAsync(StreamSourceInfo streamSourceInfo,
IngestionProperties ingestionProperties) |
reactor.core.publisher.Mono<IngestionResult> |
IngestClient.ingestFromStreamAsync(StreamSourceInfo streamSourceInfo,
IngestionProperties ingestionProperties)
Ingest data from an input stream, into Kusto table.
|
protected reactor.core.publisher.Mono<IngestionResult> |
QueuedIngestClientImpl.ingestFromStreamAsyncImpl(StreamSourceInfo streamSourceInfo,
IngestionProperties ingestionProperties) |
protected abstract reactor.core.publisher.Mono<IngestionResult> |
IngestClientBase.ingestFromStreamAsyncImpl(StreamSourceInfo streamSourceInfo,
IngestionProperties ingestionProperties) |
protected reactor.core.publisher.Mono<IngestionResult> |
StreamingIngestClient.ingestFromStreamAsyncImpl(StreamSourceInfo streamSourceInfo,
IngestionProperties ingestionProperties) |
protected reactor.core.publisher.Mono<IngestionResult> |
ManagedStreamingIngestClient.ingestFromStreamAsyncImpl(StreamSourceInfo streamSourceInfo,
IngestionProperties ingestionProperties) |
| Modifier and Type | Class and Description |
|---|---|
class |
IngestionStatusResult |
class |
TableReportIngestionResult |
Copyright © 2025. All rights reserved.