Title here
Summary here
A data flow destination for MongoDb.
Name | Description |
---|---|
TInput | Type of ingoing data. |
Type | Name | Description |
---|---|---|
int | batchSize |
Name of the collection to retrieve the documents from.
Type | Description |
---|---|
string |
If you provide a connection string, this component will create a new MongoClient object to connect with MongoDb. If you already have a client object instantiated in your application, use DbClient instead to pass it directly to the component.
Type | Description |
---|---|
string |
The used database.
Type | Description |
---|---|
string |
An existing MongoClient that holds a MongoDb connection.
Type | Description |
---|---|
MongoClient |
An existing session handle that will be used when inserting the data.
Type | Description |
---|---|
IClientSessionHandle |
Type | Name | Description |
---|---|---|
TInput[] | data |