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()intgetIngestionStatusesLength()
-
-
-
Method Detail
-
getIngestionStatusCollection
List<IngestionStatus> getIngestionStatusCollection() throws URISyntaxException, com.azure.data.tables.implementation.models.TableServiceErrorException
- Throws:
URISyntaxExceptioncom.azure.data.tables.implementation.models.TableServiceErrorException
-
getIngestionStatusesLength
int getIngestionStatusesLength()
-
-