CreateSchema
Creates a 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\\SmartSheet\\sheet.rsd' |
FileStream | String | False | True | An instance of an output stream where file data is written to. Only used if FileName is not set. |
Result Set Columns
Name | Type | Description |
Result | String | Returns Success or Failure. |
FileData | String | File data that will be outputted encoded in Base64 if the FileName and FileStream inputs are not set. |