lordgamez commented on code in PR #1266:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1266#discussion_r869019084


##########
extensions/azure/storage/AzureBlobStorage.h:
##########
@@ -38,13 +39,35 @@ struct UploadBlobResult {
   std::string timestamp;
 };
 
+struct ListContainerResultElement : public minifi::utils::ListedObject {
+  std::string blob_name;
+  std::string primary_uri;
+  std::string etag;
+  int64_t length = 0;
+  std::chrono::time_point<std::chrono::system_clock> timestamp;

Review Comment:
   Good point, renamed in b354a4a4d85cb6cb3641bb656f37eae65b2bfc97



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

Reply via email to