AddDocument
JSON ドキュメントを元の構造を保ったまま変更せずにMongoDB コレクションに挿入します。
Input
| Name | Type | Accepts Input Streams | Description |
| Collection | String | False | ドキュメントを挿入するMongoDB コレクションの名前。 |
| Document | String | True | 指定されたMongoDB コレクションに追加するJSON 形式のドキュメント。 |
Result Set Columns
| Name | Type | Description |
| Success | String | 挿入が成功したかどうかを示します。操作がエラーなく完了した場合は'true' を返し、それ以外の場合は例外を返します。 |