CreateDriverSchema
Creates a driver schema file for the specified table or view.
Input
| Name | Type | Required | Accepts Output Streams | Description |
| TableName | String | True | False | The name of the table or view. |
| FileName | String | False | False | The full file path and name of the schema to generate. Ex : 'C:\\Users\\User\\Desktop\\HarperDB\\table.rsd' |
| FileStream | String | False | True | OutputStream to write the created schema. |
Result Set Columns
| Name | Type | Description |
| FileData | String | The generated schema encoded in base64. Only returned if none of FileName or FileStream are set. |
| Result | String | Returns Success or Failure. |