You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2022/05/10 09:23:38 UTC

[GitHub] [nifi-minifi-cpp] lordgamez commented on a diff in pull request #1266: MINIFICPP-1665 Create ListAzureBlobStorage processor

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: issues-unsubscribe@nifi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org