errose28 commented on PR #6503: URL: https://github.com/apache/ozone/pull/6503#issuecomment-2045859306
> 1. replicationType - RATIS > 2. creationTime - empty string and filter will not be applied, so list out keys irrespective of age, else list out keys which got created on or after provided creationTime > 3. keySize - 0 bytes, which means all keys greater than zero bytes will be listed, effectively all. > 4. startPrefix - / I think default replication types should be all of them. This is consistent with the key size and create time filters which have no effect if no value is provided. > 5. count - 1000 > ... > This API will implement pagination support using count params. - How can we make sure the user knows the value is truncated and that there is not only 1000 keys in the prefix? - How is pagination implemented to tell the server where the next 1000 keys should start? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
