Open
Description
Current Status
Public data queries can be paginated with bookmark and pagesize using these chaincode APIs:
GetStateByRangeWithPagination()
GetQueryResultWithPagination()
GetStateByPartialCompositeKeyWithPagination()
Similar chaincode APIs are not yet available for private data collections.
Expected
Chaincode client can pass pagesize and bookmark parameters to private data range, composite key, and rich query shim APIs in order to drive pagination.
Solution
Add corresponding chaincode APIs for private data.
Please let us know if you plan to work on this.
No.