AddDocument
Insert entire JSON documents to MongoDB as-is.
Input
Name | Type | Description |
Collection | String | The collection name to be inserted. |
Document | String | The JSON document to be inserted. |
Result Set Columns
Name | Type | Description |
Success | String | Returns true if the operation is successful, else an exception is returned. |