Title here
Summary here
A data flow source for MonogDb.
Name | Description |
---|---|
TOutput | Type of outgoing data. |
Default batch size when retrieving documents.
Type | Description |
---|---|
int |
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 |
A filter description applied when retrieving the documents from the collection.
Type | Description |
---|---|
FilterDefinition<BsonDocument> |
Additional find options when retrieving the documents from the collection.
Type | Description |
---|---|
FindOptions |
Type | Name | Description |
---|---|---|
Exception | e |