Implements an iterator that iterates over the entire set of LogRecords for a DataONE node. Data is retrieved from the target only when required.
Initializes the iterator.
TODO: Extend this with date range and other restrictions
| Parameters: |
|
|---|
Methods
| __init__(client[, fromDate]) | Initializes the iterator. |
| next() | Implements the next() method for the iterator. |