type: "io.kestra.plugin.ee.azure.storage.blob.List"
Properties
container *Requiredstring
The blob container.
endpoint *Requiredstring
The blob service endpoint.
connectionString string
Connection string of the Storage Account.
delimiter string
The delimiter for blob hierarchy, "/" for hierarchy based on directories.
filter string
FILES
FILES
DIRECTORY
BOTH
The filter for files or directories.
prefix string
Limits the response to keys that begin with the specified prefix.
regexp string
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
sasToken string
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.
Definitions
io.kestra.plugin.ee.azure.storage.blob.models.Blob
container string
name string
size integer
uri string
uri