Azure Storage File Deleter
The Azure Storage File Deleter component removed files from a File Share. The component accepts Mapped Data objects specifying the file to be deleted.
Data Governance
The Azure File Storage Deleter component will update the status of the deleted item in the Data Governance System to DELETED.
Input Channels
delete — Deletes the file specified by the SimpleMappedData object from the File Share. The Mapped Data object must specify the full path of the file entry that is to be deleted in the “path” key.
Output Channels
success — Returns a SignalData object indicating that the File was successfully deleted from the File Share.
failure — Returns a SignalData object indicating that the File was not successfully deleted from the File Share.
Parameters
resource — The Azure Storage Account Resource specifying the Storage Account containing the File Share from which files will be deleted.
shareName — The name of the File Share from which files will be delete.