Synadia Connect

Azure Table Storage

NAMERUNTIMETYPEVERSION
azure_table_storagewombatsourcelatest

Queries an Azure Storage Account Table, optionally with multiple filters.

Configuration

NameTypeOptionalSecretDescription
storage_connection_stringstringnonoA storage account connection string. This field is required if storage_account and storage_access_key / storage_sas_token are not set.
table_namestringnonoThe table to read messages from
filterstringyesnoOData filter expression. Is not set all rows are returned. Valid operators are eq, ne, gt, lt, ge and le
selectstringyesnoSelect expression using OData notation. Limits the columns on each record to just those requested.
page_sizeintyesnoMaximum number of records to return on each page. The value defaults to 1000.
Previous
Azure Queue Storage