prashantpogde commented on code in PR #3784:
URL: https://github.com/apache/ozone/pull/3784#discussion_r983994179


##########
hadoop-ozone/interface-client/src/main/proto/OmClientProtocol.proto:
##########
@@ -1615,6 +1618,13 @@ message CreateSnapshotRequest {
   optional string snapshotName = 3;
 }
 
+message ListSnapshotRequest {
+  required string volumeName = 1;
+  required string bucketName = 2;
+  optional string startKey = 3;

Review Comment:
   If you plan to provide richer API, we should have more parameters here e.g. 
endKey, Start-Creation-time, End-creation time etc. 



-- 
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]

Reply via email to