DeleteList
Delete a list of keys from the Azure Blob Storage.
type: "io.kestra.plugin.azure.storage.blob.DeleteList"
id: azure_storage_blob_delete_list
namespace: company.team
tasks:
- id: delete_list
type: io.kestra.plugin.azure.storage.blob.DeleteList
endpoint: "https://yourblob.blob.core.windows.net"
connectionString: "DefaultEndpointsProtocol=...=="
container: "mydata"
prefix: "sub-dir"
delimiter: "/"
YES
The blob container.
YES
The blob service endpoint.
NO
>= 2
Number of concurrent parallel deletions.
YES
Connection string of the Storage Account.
YES
The delimiter for blob hierarchy, "/" for hierarchy based on directories.
YES
false
YES
FILES
FILES
DIRECTORY
BOTH
The filter for files or directories.
YES
Limits the response to keys that begin with the specified prefix.
YES
A regular expression to filter on the full key.
ex:
regExp: .*
to match all files
regExp: .*2020-01-0.\\.csv
to match files between 01 and 09 of january ending with .csv
YES
The SAS token to use for authenticating requests.
This string should only be the query parameters (with or without a leading '?') and not a full URL.
0
The count of deleted blobs.
0
The size of all the deleted blobs.