CreateSchema
Creates a schema file for the collection.
Input
Name | Type | Description |
TableName | String | The name of the collection and also the name of the schema (RSD) file. |
Format | String | The format of the returned data
The allowed values are XML, JSON. |
URI | String | The Uniform Resource Identifier (URI) of the RESTful resource. |
XPath | String | The XPath of an element that repeats at the same height within the document (used to split the document into multiple rows). |
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. |