Azure List

Azure List

Certified

Upload a file to Azure Data Lake Storage

Upload a file to Azure Data Lake Storage using the Azure SDK.

yaml
type: io.kestra.plugin.azure.storage.adls.List

List all files and directories in a specific Azure Data Lake Storage directory and log each file data output.

yaml
id: azure_data_lake_storage_list
namespace: company.team

tasks:
  - id: list_files_in_dir
    type: io.kestra.plugin.azure.storage.adls.List
    connectionString: "{{ secret('AZURE_CONNECTION_STRING') }}"
    fileSystem: "tasks"
    endpoint: "https://yourblob.blob.core.windows.net"
    directoryPath: "path/to/my/directory/"

  - id: for_each_file
    type: io.kestra.plugin.core.flow.EachParallel
    value: "{{ outputs.list_files_in_dir.files }}"
    tasks:
      - id: log_file_name
        type: io.kestra.plugin.core.debug.Echo
        level: DEBUG
        format: "{{ taskrun.value }}"
Properties

Directory path

Full path to the directory

Service endpoint URL

Base HTTPS endpoint of the target service.

The name of the file systems. If the path name contains special characters, pass in the url encoded version of the path name

Connection string of the Storage Account.

Default25

The maximum number of files to return

Limits the number of files returned by the list operation. If not specified, all matching files will be returned.

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

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 file

Definitions
accessControlListarray
SubTypestring
archiveStatus
archiveTier
contentEncodingstring
contentLanguagestring
contentMd5string
contentTypestring
creationTimestring
Formatdate-time
eTagstring
fileNamestring
fileSystemstring
groupstring
isDirectoryboolean
lastModifedstring
Formatdate-time
leaseDurationstring
Possible Values
INFINITEFIXED
leaseStatestring
Possible Values
AVAILABLELEASEDEXPIREDBREAKINGBROKEN
leaseStatusstring
Possible Values
LOCKEDUNLOCKED
namestring
ownerstring
permissionsstring
sizeinteger
uristring
Formaturi