CreateSchema
Creates a schema file for the collection.
Input
| Name | Type | Description |
| SchemaName | String | The schema of the collection. |
| TableName | String | The name of the collection. |
| FileName | String | The full file path and name of the schema to generate. |
| TableType | String | The table type of rsd to generate, 'TABLE', 'VIEW', 'UNKNOWN' |
Result Set Columns
| Name | Type | Description |
| Result | String | Returns Success or Failure. |