List
yaml
type: "io.kestra.plugin.azure.storage.table.list"
Examples
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
endpoint *Requiredstring
table *Requiredstring
connectionString string
filter string
sasToken string
select array
SubType string
top integerstring
Outputs
count integer
uri string
Format
uri