Azure List

Azure List

Certified
Enterprise Edition

List blobs in an Azure Blob Storage container

Lists blobs in the configured container, with optional prefix and regexp filtering.

yaml
type: io.kestra.plugin.ee.azure.storage.blob.List

List blobs in a container

yaml
id: azure_blob_list
namespace: company.team

tasks:
  - id: list
    type: io.kestra.plugin.ee.azure.storage.blob.List
    endpoint: "https://yourstorage.blob.core.windows.net"
    connectionString: "{{ secret('AZURE_CONNECTION_STRING') }}"
    container: "mydata"
Properties

The blob container.

Service endpoint URL

Base HTTPS endpoint of the target service.

Connection string of the Storage Account.

The delimiter for blob hierarchy, "/" for hierarchy based on directories.

DefaultFILES
Possible Values
FILESDIRECTORYBOTH

The filter for files or directories.

Reference (ref) of the pluginDefaults to apply to this task.

Limits the response to keys that begin with the specified prefix.

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

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.

Shared Key access key for authenticating requests.

Shared Key account name for authenticating requests.

The list of blobs

Definitions
containerstring
eTagstring
lastModifiedstring
Formatdate-time
namestring
sizeinteger
uristring
Formaturi