smengcl commented on a change in pull request #2417:
URL: https://github.com/apache/ozone/pull/2417#discussion_r677906878



##########
File path: 
hadoop-ozone/recon/src/main/java/org/apache/hadoop/ozone/recon/api/types/DUResponse.java
##########
@@ -31,13 +31,16 @@
   private ResponseStatus status;
 
   /** The number of subpaths under the request path. */
-  @JsonProperty("count")
+  @JsonProperty("subPathCount")
   private int count;
 
   /** Encapsulates a DU instance for a subpath. */
-  @JsonProperty("data")
+  @JsonProperty("subPaths")
   private List<DiskUsage> duData;
 
+  @JsonProperty("keySize")

Review comment:
       ```suggestion
     @JsonProperty("size")
   ```
   
   This field's display name should be in accordance with DiskUsage's size 
field.




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