Package com.microsoft.azure.kusto.ingest
Interface QueuedIngestClient
-
- All Superinterfaces:
AutoCloseable
,Closeable
,IngestClient
- All Known Implementing Classes:
QueuedIngestClientImpl
public interface QueuedIngestClient extends IngestClient
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setQueueRequestOptions(com.microsoft.azure.storage.queue.QueueRequestOptions 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-
Methods inherited from interface com.microsoft.azure.kusto.ingest.IngestClient
ingestFromBlob, ingestFromFile, ingestFromResultSet, ingestFromStream
-
-
-
-
Method Detail
-
setQueueRequestOptions
void setQueueRequestOptions(com.microsoft.azure.storage.queue.QueueRequestOptions 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- Parameters:
queueRequestOptions
- - Options to use when adding an ingest message to the queue
-
-