Creates a custom schema file based on the specified Dimensions and Metrics.
Input
| Name |
Type
|
Required
|
Description
|
| TableName
|
String
|
True
|
The name for the new table.
|
| Description
|
String
|
False
|
An optional description for the table.
|
| OutputFolder
|
String
|
False
|
The path to output the new schema file to. The value for the Location connection string
property will be used by default. You will need to set the Location connection property to the
location of your schema files.
|
| Dimensions
|
String
|
False
|
A comma-separated list of dimensions to include in the schema file.
|
| Metrics
|
String
|
True
|
A comma-separated list of metrics to include in the schema file.
|
| Profile
|
String
|
False
|
The Profile ID or website URL to retrieve data from.
|
Result Set Columns
| Name |
Type |
Description
|
| Success
|
String
|
Whether or not the schema was created successfully.
|
| SchemaFile
|
String
|
The generated schema file.
|