Interface IngestionResult
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
IngestionStatusResult
,TableReportIngestionResult
public interface IngestionResult extends Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<IngestionStatus>
getIngestionStatusCollection()
int
getIngestionStatusesLength()
-
-
-
Method Detail
-
getIngestionStatusCollection
List<IngestionStatus> getIngestionStatusCollection() throws URISyntaxException
- Throws:
URISyntaxException
-
getIngestionStatusesLength
int getIngestionStatusesLength()
-
-