
Azure List
CertifiedList blob objects in an Azure Blob Storage container
Azure List
List blob objects in an Azure Blob Storage container
List blob objects in an Azure Blob Storage container using the Azure SDK.
type: io.kestra.plugin.azure.storage.blob.ListExamples
id: azure_storage_blob_list
namespace: company.team
tasks:
- id: list
type: io.kestra.plugin.azure.storage.blob.List
endpoint: "https://yourblob.blob.core.windows.net"
connectionString: "DefaultEndpointsProtocol=...=="
container: "mydata"
prefix: "sub-dir"
delimiter: "/"
Properties
container *Requiredstring
The blob container.
endpoint *Requiredstring
Service endpoint URL
Base HTTPS endpoint of the target service.
connectionString string
Connection string of the Storage Account.
delimiter string
The delimiter for blob hierarchy, "/" for hierarchy based on directories.
filter string
FILESFILESDIRECTORYBOTHThe filter for files or directories.
maxFiles integerstring
25The maximum number of files to return
Limits the number of blobs returned by the list operation. If not specified, all matching blobs will be returned.
pluginDefaultsRef Non-dynamicstring
Reference (ref) of the pluginDefaults to apply to this task.
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.
Outputs
blobs array
The list of blobs
Metrics
blobs.count counter
The total number of blobs listed.