Azure List

Azure List

Certified

List Azure Table entities

Streams entities to Kestra storage and emits records.count. Supports server-side filter/select and page-size limits.

yaml
type: io.kestra.plugin.azure.storage.table.List
yaml
id: azure_storage_table_list
namespace: company.team

tasks:
  - id: list
    type: io.kestra.plugin.azure.storage.table.List
    endpoint: "https://yourstorageaccount.table.core.windows.net"
    connectionString: "DefaultEndpointsProtocol=...=="
    table: "table_name"
Properties

Service endpoint URL

Base HTTPS endpoint of the target service.

Target Azure table name

Existing Azure Table Storage table to operate on; case-insensitive.

Connection string of the Storage Account.

OData filter expression

Server-side filter strings using Azure Tables syntax.

Default25

The maximum number of entities to return

Limits the number of entities returned by the list operation; defaults to 25. Increase it to return more entities.

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.

SubTypestring

Properties to return per entity

List of property names to return; empty returns all properties.

Shared Key access key for authenticating requests.

Shared Key account name for authenticating requests.

Max entities per page

Limits the number of entities per page; Azure may still paginate further.

Total entities listed

Formaturi

Result file storage URI

kestra:// URI pointing to the ION file containing listed entities.

The total number of entities listed.