You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The harvester now uses the nextRecord attribute for retrieving the next chunk of metadata, and to find out when there are no more records to be retrieved. numberOfRecordsReturned is only used for internal checks and logging.
If the
numberOfRecordsReturned
is smaller than the requestedmaxRecords
, not all records will be retrieved.e.g.:
The text was updated successfully, but these errors were encountered: