Uses of Class
com.microsoft.azure.kusto.ingest.source.BlobSourceInfo
-
Packages that use BlobSourceInfo Package Description com.microsoft.azure.kusto.ingest -
-
Uses of BlobSourceInfo in com.microsoft.azure.kusto.ingest
Methods in com.microsoft.azure.kusto.ingest with parameters of type BlobSourceInfo Modifier and Type Method Description IngestionResultIngestClient. ingestFromBlob(BlobSourceInfo blobSourceInfo, IngestionProperties ingestionProperties)Ingest data from a blob storage into Kusto database.IngestionResultIngestClientBase. ingestFromBlob(BlobSourceInfo blobSourceInfo, IngestionProperties ingestionProperties)protected abstract IngestionResultIngestClientBase. ingestFromBlobImpl(BlobSourceInfo blobSourceInfo, IngestionProperties ingestionProperties)Ingest data from a blob storage into Kusto database.protected IngestionResultManagedStreamingIngestClient. ingestFromBlobImpl(BlobSourceInfo blobSourceInfo, IngestionProperties ingestionProperties)Ingest data from a blob storage into Kusto database.protected IngestionResultQueuedIngestClientImpl. ingestFromBlobImpl(BlobSourceInfo blobSourceInfo, IngestionProperties ingestionProperties)protected IngestionResultStreamingIngestClient. ingestFromBlobImpl(BlobSourceInfo blobSourceInfo, IngestionProperties ingestionProperties)
-