Creates a schema file for the collection.
Input
| Name |
Type
|
Description
|
| SchemaName
|
String
|
The name of the schema (the Elasticsearch index).
|
| TableName
|
String
|
The name of the collection (the Elasticsearch Type).
|
| FileLocation
|
String
|
The folder path where the generated schema (RSD) file will be stored. When specified the
TableName will be used as the schema file name.
|
| FileName
|
String
|
The complete schema (RSD) file name of the generated schema. This input takes precedence of
FileLocation.
|
Result Set Columns
| Name |
Type |
Description
|
| Result
|
String
|
Returns Success or Failure.
|