iterator | Object The iterator object from which the records have to be retrieved. This object is obtained from the pub.parquet:getBatchIterator service. |
batchSize | String. Number of records to be fetched in the current iteration. |
records | Document List A batch of Parquet records converted to an IData array. The number of records returned is less than or equal to the batchSize parameter. | |
iterationStatus | Document Details about the iteration are provided in the following fields: | |
hasNext | String. Returns true if the iterator has more records to read after this iteration. | |
iteration | String The current iteration count, with the first iteration being 1. | |
noOfElementsInBatch | String The number of records retrieved in the current iteration. | |
totalElementsProccesed | String Total number of records retrieved till the current iteration (including the current noOfElementsInBatch). |