Uses of Class
com.microsoft.azure.kusto.ingest.result.IngestionStatus
-
Packages that use IngestionStatus Package Description com.microsoft.azure.kusto.ingest.result -
-
Uses of IngestionStatus in com.microsoft.azure.kusto.ingest.result
Methods in com.microsoft.azure.kusto.ingest.result that return IngestionStatus Modifier and Type Method Description static IngestionStatusIngestionStatus. fromEntity(com.azure.data.tables.models.TableEntity tableEntity)Methods in com.microsoft.azure.kusto.ingest.result that return types with arguments of type IngestionStatus Modifier and Type Method Description List<IngestionStatus>IngestionResult. getIngestionStatusCollection()List<IngestionStatus>IngestionStatusResult. getIngestionStatusCollection()List<IngestionStatus>TableReportIngestionResult. getIngestionStatusCollection()Constructors in com.microsoft.azure.kusto.ingest.result with parameters of type IngestionStatus Constructor Description IngestionStatusResult(IngestionStatus ingestionStatus)
-