Lists entities from the Azure Storage Table using the parameters in the provided options.

If the filter parameter in the options is set, only entities matching the filter will be returned. If the select parameter is set, only the properties included in the select parameter will be returned for each entity. If the top parameter is set, the maximum number of returned entities per page will be limited to that value.

yaml
type: "io.kestra.plugin.azure.storage.table.List"