public class IngestionStatusResult extends Object implements IngestionResult
| Constructor and Description |
|---|
IngestionStatusResult(IngestionStatus ingestionStatus) |
| 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.
|
public IngestionStatusResult(IngestionStatus ingestionStatus)
public reactor.core.publisher.Mono<List<IngestionStatus>> getIngestionStatusCollectionAsync()
IngestionResultgetIngestionStatusCollectionAsync in interface IngestionResultpublic List<IngestionStatus> getIngestionStatusCollection() throws URISyntaxException, com.azure.data.tables.implementation.models.TableServiceErrorException
IngestionResultgetIngestionStatusCollection in interface IngestionResultURISyntaxExceptioncom.azure.data.tables.implementation.models.TableServiceErrorExceptionCopyright © 2025. All rights reserved.