
Azure List
CertifiedList Azure Table entities
Azure List
List Azure Table entities
Streams entities to Kestra storage and emits records.count. Supports server-side filter/select and page-size limits.
type: io.kestra.plugin.azure.storage.table.ListExamples
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
endpoint *Requiredstring
Service endpoint URL
Base HTTPS endpoint of the target service.
table *Requiredstring
Target Azure table name
Existing Azure Table Storage table to operate on; case-insensitive.
connectionString string
Connection string of the Storage Account.
filter string
OData filter expression
Server-side filter strings using Azure Tables syntax.
maxFiles integerstring
25The 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.
pluginDefaultsRef Non-dynamicstring
Reference (ref) of the pluginDefaults to apply to this task.
sasToken string
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.
select array
Properties to return per entity
List of property names to return; empty returns all properties.
top integerstring
Max entities per page
Limits the number of entities per page; Azure may still paginate further.
Outputs
count integer
Total entities listed
uri string
uriResult file storage URI
kestra:// URI pointing to the ION file containing listed entities.
Metrics
records.count counter
The total number of entities listed.