Synadia Connect

Azure Table Storage

NAMERUNTIMETYPEVERSIONSTATUS
azure_table_storagewombatsourcelatestpreview

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. The value defaults to ``.
selectstringyesnoSelect expression using OData notation. Limits the columns on each record to just those requested. The value defaults to ``.
page_sizeintyesnoMaximum number of records to return on each page. The value defaults to 1000.
Previous
Azure Queue Storage