FileIterator
Extends
FileIterator
Methods
getBook()
getBook(): Book;Gets the Book that originate the iterator
Returns
Book
Inherited from
Bkper.FileIterator.getBookgetContinuationToken()
getContinuationToken(): string;Gets a token that can be used to resume this iteration at a later time.
Returns
string
Inherited from
Bkper.FileIterator.getContinuationTokenhasNext()
hasNext(): boolean;Determines whether calling next() will return a file.
Returns
boolean
Inherited from
Bkper.FileIterator.hasNextnext()
next(): File;Gets the next file in the collection of files.
Returns
File
Inherited from
Bkper.FileIterator.nextsetContinuationToken()
setContinuationToken(continuationToken): void;Sets a continuation token from previous paused iteration.
Parameters
| Parameter | Type |
|---|---|
continuationToken | string |
Returns
void
Inherited from
Bkper.FileIterator.setContinuationToken