Upsert entire JSON documents to Couchbase as-is.
Input
| Name |
Type
|
Required
|
Description
|
| BucketName
|
String
|
True
|
The bucket to insert the document into.
|
| SourceTable
|
String
|
False
|
The name of the temp table containing ID and Document columns. Required if no ID is
specified.
|
| ID
|
String
|
False
|
The primary key to insert the document under. Required if no SourceTable is specified.
|
| Document
|
String
|
False
|
The JSON text of the document to insert. Required if not SourceTable is specified.
|
Result Set Columns
| Name |
Type |
Description
|
| RowsAffected
|
String
|
The number of rows successfully updated
|