Microsoft Azure DocumentDB Connector > Mapping Tasks with Microsoft Azure DocumentDB > Microsoft Azure DocumentDB Target Properties in Mapping Tasks
  

Microsoft Azure DocumentDB Target Properties in Mapping Tasks

You can use an Microsoft Azure DocumentDB object as a target in a Mapping task.
When you use Microsoft Azure DocumentDB target objects, you can select a Microsoft Azure DocumentDB collection as target. You can configure Microsoft Azure DocumentDB target properties on the Target page of the Mapping Task wizard.
Property
Description
Connection
Name of the target connection.
Target Type
Select one of the following target types:
  • - Single Object.
  • - Parameter. Select Parameter to define the target type when you configure the task.
Object
Name of the target object.
Operation
Select Insert or Delete.
The following table describes the Microsoft Azure DocumentDB target advanced properties that you can configure in a Target transformation:
Advanced Target Property
Description
Create new collection if data exceeds DocumentDB limi
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.
Forward Rejected Rows
Forward Rejected Rows Determines whether the transformation passes rejected rows to the next transformation or drops rejected rows. By default, the Mapping application forwards rejected rows to the next transformation.