public interface IngestionResult extends Serializable
| Modifier and Type | Method and Description |
|---|---|
List<IngestionStatus> |
getIngestionStatusCollection()
Blocking, retrieves the detailed ingestion status of
all data ingestion operations into Kusto associated with this com.microsoft.azure.kusto.ingest.IKustoIngestionResult instance.
|
reactor.core.publisher.Mono<List<IngestionStatus>> |
getIngestionStatusCollectionAsync()
Retrieves the detailed ingestion status of
all data ingestion operations into Kusto associated with this com.microsoft.azure.kusto.ingest.IKustoIngestionResult instance.
|
reactor.core.publisher.Mono<List<IngestionStatus>> getIngestionStatusCollectionAsync() throws URISyntaxException, com.azure.data.tables.implementation.models.TableServiceErrorException
URISyntaxExceptioncom.azure.data.tables.implementation.models.TableServiceErrorExceptionList<IngestionStatus> getIngestionStatusCollection() throws URISyntaxException, com.azure.data.tables.implementation.models.TableServiceErrorException
URISyntaxExceptioncom.azure.data.tables.implementation.models.TableServiceErrorExceptionCopyright © 2025. All rights reserved.