SearchDocument
ネイティブ構造を維持しながら、MongoDB ドキュメント全体をJSON 形式の文字列として取得します。
Input
| Name | Type | Description |
| Collection | String | 検索するMongoDB コレクションの名前。 |
| _id | String | コレクションから取得するドキュメントの一意の識別子(_id)。 |
Result Set Columns
| Name | Type | Description |
| Document | String | 元の構造を維持しながら、完全なJSON ドキュメントを文字列として返します。 |