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/01/12 09:43:29 UTC

[GitHub] [nifi-minifi-cpp] lordgamez commented on a change in pull request #1196: MINIFICPP-1659 Create DeleteAzureBlobStorage processor

lordgamez commented on a change in pull request #1196:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1196#discussion_r782886723



##########
File path: PROCESSORS.md
##########
@@ -328,6 +329,35 @@ In the list below, the names of required properties appear in bold. Any other pr
 |success|Flowfiles that have been successfully defragmented|
 |failure|Flowfiles that failed the defragmentation process|
 
+## DeleteAzureBlobStorage
+
+### Description
+
+Deletes the provided blob from Azure Storage
+### Properties
+
+In the list below, the names of required properties appear in bold. Any other properties (not in bold) are considered optional. The table also indicates any default values, and whether a property supports the NiFi Expression Language.
+
+| Name | Default Value | Allowable Values | Description |
+| - | - | - | - |
+|Azure Storage Credentials Service|||Name of the Azure Storage Credentials Service used to retrieve the connection string from.|
+|**Blob**|||The filename of the blob. If left empty the filename attribute will be used by default.<br/>**Supports Expression Language: true**|
+|Common Storage Account Endpoint Suffix|||Storage accounts in public Azure always use a common FQDN suffix. Override this endpoint suffix with a different suffix in certain circumstances (like Azure Stack or non-public Azure regions).<br/>**Supports Expression Language: true**|
+|Connection String|||Connection string used to connect to Azure Storage service. This overrides all other set credential properties if Managed Identity is not used.<br/>**Supports Expression Language: true**|
+|**Container Name**|||Name of the Azure storage container. In case of PutAzureBlobStorage processor, container can be created if it does not exist.<br/>**Supports Expression Language: true**|
+|**Delete Snapshots Option**|None|None<br/>Include Snapshots<br/>Delete Snapshots Only|Specifies the snapshot deletion options to be used when deleting a blob.<br/>None: Deletes the blob only.<br/>Include Snapshots: Delete the blob and its snapshots.<br/>Delete Snapshots Only: Delete only the blob's snapshots.|

Review comment:
       I agree it would be clearer, but I would keep these options to be consistent with NiFi's version of this processor.




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