MongoDB Writer Activity

Writes specified view to CosmosDB collection.

Parameters

Name

Description

Type

Default

Title

Title of the activity to display on the designer.

text

Database Name

Name of the database.

text

Account Name

Account Name.

text

Master Key

One the keys that associated with above account. Consider using vault feature with templating (e.g. ${vault:cosmosdb-key})

text

Source View

Name of the DataRow view to be written to Cassandra

text

Regions

Preferred regions.

array

Mode

Write mode. Please see blow for list modes and their meanings.

enum

error

As

Name of the DataRow view linked to the CosmosDB collection.

text

Options

Additional options.

key-value

Supported Write Modes

Name

Description

error

Fail if table already exists.

append

Append to existing table or create new.

overwrite

Overwrite existing table or create new.

ignore

Ignore if table already exists or create new.