-
Notifications
You must be signed in to change notification settings - Fork 441
Provide a mechanism to save bucket pagination ranges #5742
Copy link
Copy link
Closed
Labels
api: storageIssues related to the Cloud Storage API.Issues related to the Cloud Storage API.cpp: backlogWhile desirable, we do not have time to work on this for the foreseeable future.While desirable, we do not have time to work on this for the foreseeable future.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Metadata
Metadata
Assignees
Labels
api: storageIssues related to the Cloud Storage API.Issues related to the Cloud Storage API.cpp: backlogWhile desirable, we do not have time to work on this for the foreseeable future.While desirable, we do not have time to work on this for the foreseeable future.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
This is motivated by #5703. Applications may need to persist the state of pagination iterators, for example, because they are implementing a web service that returns pages of results.
I suggested this API:
I think that this problem applies to any pagination -> iterator mapping.