Creates a schema definition of a table in Couchbase. Results may change depending of the value of
FlattenObjects, FlattenArrays, and TypeDetectionScheme.
Input
| Name |
Type
|
Required
|
Description
|
| TableName
|
String
|
True
|
The name of the table.
|
| FileName
|
String
|
False
|
The full file path and name of the schema to generate, required if the location connection
property is not set. Ex : 'C:\\Users\\User\\Desktop\\SmartSheet\\sheet.rsd'
|
| Overwrite
|
String
|
False
|
Will delete any existing schema file for this table.
|
Result Set Columns
| Name |
Type |
Description
|
| Result
|
String
|
Whether or not the schema was successfully built.
|