public class QueuedIngestClientImpl extends IngestClientBase implements QueuedIngestClient
| Modifier and Type | Field and Description |
|---|---|
static String |
CLASS_NAME |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected String |
getClientType() |
IngestionResourceManager |
getResourceManager() |
protected reactor.core.publisher.Mono<IngestionResult> |
ingestFromBlobAsyncImpl(BlobSourceInfo blobSourceInfo,
IngestionProperties ingestionProperties) |
protected reactor.core.publisher.Mono<IngestionResult> |
ingestFromFileAsyncImpl(FileSourceInfo fileSourceInfo,
IngestionProperties ingestionProperties) |
protected reactor.core.publisher.Mono<IngestionResult> |
ingestFromResultSetAsyncImpl(ResultSetSourceInfo resultSetSourceInfo,
IngestionProperties ingestionProperties) |
protected reactor.core.publisher.Mono<IngestionResult> |
ingestFromStreamAsyncImpl(StreamSourceInfo streamSourceInfo,
IngestionProperties ingestionProperties) |
protected void |
setConnectionDataSource(String connectionDataSource) |
void |
setQueueRequestOptions(com.azure.storage.common.policy.RequestRetryOptions queueRequestOptions)
Setter for QueueRequestOptions used by the client on adding ingest message to the Azure queue, read here
https://docs.microsoft.com/azure/data-explorer/kusto/api/netfx/about-kusto-ingest#ingest-client-flavors
about Kusto queued ingestion
|
getIngestionTraceAttributes, ingestFromBlob, ingestFromBlobAsync, ingestFromFile, ingestFromFileAsync, ingestFromResultSet, ingestFromResultSetAsync, ingestFromStream, ingestFromStreamAsyncclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitingestFromBlob, ingestFromBlobAsync, ingestFromFile, ingestFromFileAsync, ingestFromResultSet, ingestFromResultSetAsync, ingestFromStream, ingestFromStreamAsyncpublic static final String CLASS_NAME
public void setQueueRequestOptions(com.azure.storage.common.policy.RequestRetryOptions queueRequestOptions)
QueuedIngestClientsetQueueRequestOptions in interface QueuedIngestClientqueueRequestOptions - - Options to use when creating QueueClientpublic IngestionResourceManager getResourceManager()
getResourceManager in interface QueuedIngestClientprotected reactor.core.publisher.Mono<IngestionResult> ingestFromBlobAsyncImpl(BlobSourceInfo blobSourceInfo, IngestionProperties ingestionProperties)
ingestFromBlobAsyncImpl in class IngestClientBaseprotected reactor.core.publisher.Mono<IngestionResult> ingestFromFileAsyncImpl(FileSourceInfo fileSourceInfo, IngestionProperties ingestionProperties)
ingestFromFileAsyncImpl in class IngestClientBaseprotected reactor.core.publisher.Mono<IngestionResult> ingestFromStreamAsyncImpl(StreamSourceInfo streamSourceInfo, IngestionProperties ingestionProperties)
ingestFromStreamAsyncImpl in class IngestClientBaseprotected String getClientType()
getClientType in class IngestClientBaseprotected reactor.core.publisher.Mono<IngestionResult> ingestFromResultSetAsyncImpl(ResultSetSourceInfo resultSetSourceInfo, IngestionProperties ingestionProperties)
ingestFromResultSetAsyncImpl in class IngestClientBaseprotected void setConnectionDataSource(String connectionDataSource)
public void close()
close in interface Closeableclose in interface AutoCloseableCopyright © 2025. All rights reserved.