Class TableReportIngestionResult
- java.lang.Object
-
- com.microsoft.azure.kusto.ingest.result.TableReportIngestionResult
-
- All Implemented Interfaces:
IngestionResult,Serializable
public class TableReportIngestionResult extends Object implements IngestionResult
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TableReportIngestionResult(List<IngestionStatusInTableDescription> descriptors)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<IngestionStatus>getIngestionStatusCollection()intgetIngestionStatusesLength()
-
-
-
Constructor Detail
-
TableReportIngestionResult
public TableReportIngestionResult(List<IngestionStatusInTableDescription> descriptors)
-
-
Method Detail
-
getIngestionStatusCollection
public List<IngestionStatus> getIngestionStatusCollection() throws com.azure.data.tables.implementation.models.TableServiceErrorException
- Specified by:
getIngestionStatusCollectionin interfaceIngestionResult- Throws:
com.azure.data.tables.implementation.models.TableServiceErrorException
-
getIngestionStatusesLength
public int getIngestionStatusesLength()
- Specified by:
getIngestionStatusesLengthin interfaceIngestionResult
-
-