Skip to main content

List

Blob Storage Plugin – List Action

Summary (SEO Meta Description):
The List Action of the Blob Storage Plugin retrieves a list of blobs (files or objects) stored in an Azure Blob Storage container.
It allows workflows to dynamically discover and process stored content.


Overview

The List Action enables your workflow to list all blobs within a specific Azure Blob Storage container or path.
This is helpful for inventory management, batch processing, or initiating downstream actions based on container contents.

Typical Use Cases:

  • Generate a dynamic list of files for automated processing
  • Audit stored content for compliance or cost analysis
  • Trigger workflows when new files are uploaded
  • Build file catalogs for reporting or user interfaces

⚙️ Configuration

FieldDescriptionType / Options
LabelCustom name for the actionString
Containers nameName of the Azure Blob Storage container to list contents fromString
Select connectionChoose or create a secure Azure Blob Storage connectionConnection

FAQ

Q: Can I filter the listed blobs?
A: Yes. Use folder paths or prefixes within the container to narrow down the results.

Q: Does the action return blob metadata?
A: Yes. It includes key details like blob name, size, and last modified date.

Q: Is there a limit on the number of blobs returned?
A: Azure Blob Storage paginates results. The action automatically retrieves all results by handling pagination.


Keywords: WeHub Blob Storage Plugin, List Action, Azure Blob Storage, List Blobs, Cloud Storage Automation