Microsoft Azure DocumentDB Connector > Synchronization Tasks with Microsoft Azure DocumentDB > Microsoft Azure DocumentDB Target Properties
  

Microsoft Azure DocumentDB Target Properties

When you use Microsoft Azure DocumentDB target objects, you can select a standard object as target. You can configure Microsoft Azure DocumentDB target properties on the Target page of the Synchronization Task wizard.
The following table describes the Microsoft Azure DocumentDB properties that you can configure in a Target transformation:
Property
Description
Connection
Name of the target connection.
Object
Name of the target object.
When you configure a Synchronization task to use Microsoft Azure DocumentDB targets, you can configure advanced target properties. Advanced target properties appear on the Schedule page of the Synchronization Task wizard.
The following table shows the Microsoft Azure DocumentDB advanced target properties:
Advanced Target Property
Description
Create new collection if data exceeds DocumentDB limit
Specify whether the secure agent should create a new collection when the data exceeds the limit.
If you do not select this option and the task exceeds the data limit, the task fails with a data limit error.
Pricing tier for the collection created when DocumentDB limit is exceeded
The billing for Microsoft DocumentDB collections are based on the performance level that you assign to the collection. You can set the collections to either of the following performance levels: S1, S2, and S3. You can select the required Pricing Tier from the list.
Generate automatic ID for JSON document
You must provide an ID of your JSON Document to perform read and write operations. Select enable to generate the ID if you do not have an ID assigned to your JSON document. When you select disable, the secure agent does not generate any ID and the task fails with an error.