The Azure Table Storage provider in Data Sync exposes a Azure Table Storage like a SQL Table and supports read-write
operations.
To connect first enter your Azure Table Storage AccessKey and AccountName then select a Table from the TableName dropdown or enter a new Table name.
The Access key to connect to the Azure Storage Account.
The Account Name of the Storage Account.
The Name of the Table to connect to.
List 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.
A partition key value if your schema doesn't include the PartitonKey
column.
The number of entities per request for Incremental Sync mode.
The number of entities to add/update per request.
A Table Filter to apply to the OData request $filter
url parameter.
For example CategoryID eq 1