Frends.AzureDataLake.DeleteDirectory / 1.4.0
Summary
Removes a directory inside a container. Data Lake keeps real directories rather than name prefixes, so this is a single operation rather than a sweep over files.
Typical use — clearing a processed batch out of a partitioned layout
1.4.02026-08-07
Added
- Added an
Optionsparameter withThrowErrorOnFailureandErrorMessageOnFailuresettings to control error handling behavior. WhenThrowErrorOnFailureis set tofalse, the task returns a result withSuccess = falseand error details instead of throwing an exception. - The result now includes
SuccessandErrorproperties for easier error checking.
Changed
- Upgraded target framework from .NET 6 to .NET 8.
1.3.02026-01-15
Changed
- Updated Azure packages to latest versions:
- Azure.Storage.Files.DataLake 12.25.0
- Azure.Identity 1.17.1
1.2.02025-12-12
Changed
- Update description of the task.
1.1.02024-08-23
Changed
- Updated the Azure.Identity package to version 1.12.0.
1.0.02024-05-14
Added
- Initial implementation of Frends.AzureDataLake.DeleteDirectory.