Synadia Connect

Azure Table Storage

NAMERUNTIMETYPEVERSIONSTATUS
azure_table_storagewombatsinklateststable

Stores messages in an Azure Table Storage table.

Configuration

nametypeoptionalsecretdescription
storage_connection_stringstringnonoThe connection string for the Azure Storage Account.
table_nameexpressionnonoThe name of the table to store messages in.
partition_keystringyesnoThe partition key to use when storing messages in the table. The value defaults to ``.
row_keystringyesnoThe row key to use when storing messages in the table. The value defaults to ``.
propertiespropertiesyesnoA map of properties to set on the table entity. The key is the property name and the value is the property value. The value defaults to map[].
transaction_typestringyesnoThe type of transaction to use when writing to the table. This field supports interpolation functions. The value should be one of INSERT, INSERT_MERGE, INSERT_REPLACE, UPDATE_MERGE, UPDATE_REPLACE or DELETE. The value defaults to INSERT.
max_in_flightintyesnoThe maximum number of messages to have in flight at any given time. The value defaults to 64.
timeoutstringyesnoThe maximum period to wait on an upload before abandoning it and reattempting. The value defaults to 5s.

Properties

nametypeoptionalsecretdescription
Previous
Azure Queue Storage