Skip to main content

List ABS File

The List ABS File activity lists files in an Azure Blob Storage container.

Configuring the List ABS File Activity

To configure the List ABS File activity, fill in the required fields in the activity panel.

Configuration

FieldRequiredDescriptionExample
NameRequiredName of the step, should be unique within this workflow.MyActivity
DescriptionOptionalDescribe the purpose or function of this step.Reads a file from S3
ABS ConnectionRequiredDrag and drop a ABSConnection resource from the workspace.
ABS Auth ContextOptionalAuthorization context to use for connecting to ABS.
Container NameOptionalName of the container where blobs are stored. (mapping supported)my-data-bucket
Blob PathOptionalPath inside the container to filter blobs. (mapping supported)data/reports/2024/
PrefixOptionalPrefix to filter blobs (like a folder path). (mapping supported)logs/

Advanced

FieldRequiredDescriptionExample
Sort ByOptionalChoose how to sort the results Options: Name, Size, Date Modified, Path.
Max ResultsOptionalMaximum number of blobs to return.100
DescendingOptionalCheck to sort results in descending order.

Input

FieldRequiredData TypeDescriptionExample
Container NameOptionalStringContainer name.
PathOptionalStringPath within the storage container.
PrefixOptionalStringFilter prefix.logs/

Output

FieldRequiredData TypeDescriptionExample
Blob PathOptionalStringPath within the container where the listing operation was performed.
FilesOptionalArrayList of files and directories retrieved from the specified blob path.
Total FilesOptionalNumberTotal number of blobs and folders listed.0