Skip to main content

Azure Table Storage

The Azure Table Storage provider in Data Sync exposes a Azure Table Storage like a SQL Table and supports read-write operations.

info

You can create a Azure Table Storage Table from the Data Sync Schema Map via Tools > Create Azure Table.

Connect

To connect to Azure Table Storage start by opening the connection window, expand the Azure folder and select Windows Azure Table Storage.

Then enter in your AccessKey, AccountName and select a Table from the TableName dropdown. Alternatively you can enter in a new Table name.

Connect to Azure Table Storage

Properties

PropertyDescription
AccessKeyThe Access key to connect to the Azure Storage Account.
AccountNameThe Account Name of the Storage Account.
TableNameThe Name of the Table to connect to.
ContainerNameThe Container name in the Storage account, if the container does not exist a container of this name will be created.
ColumnsList of Columns to expose on the connection data schema. The columns are discovered automatically when first connected to a new domain. If you need to add a new column add it to the Columns collection and refresh the data source.
DefaultPartitionKeyA partition key value if your schema doesn't include the PartitonKey column.
RequestLimitThe number of entities per request for Incremental Sync mode.
UpdateBatchSizeThe number of entities to add/update per request.
TableFilterA Table Filter to apply to the OData request $filter url parameter. For example CategoryID eq 1