JDBC Driver for YouTube Analytics

Build 22.0.8479

CreateCustomSchema

Creates a custom schema file based on the specified Dimensions and Metrics.

CreateCustomSchema

Creates a custom schema file based on the specified Dimensions and Metrics.

A custom schema may be used for a more tailored approach to your data. Custom options may include comma-separated lists for specific data.

Input

Name Type Required Accepts Output Streams Description
TableName String True False The name for the new table.
FileName String False False The full file path and name of the schema to generate. Ex : 'C:\\Users\\User\\Desktop\\JiraSD\\DataSetTest.rsd'
Description String False False An optional description for the table.
Dimensions String False False A comma-separated list of dimensions to include in the schema file.
Metrics String True False A comma-separated list of metrics to include in the schema file.
FileStream String False True Stream containing the downloaded schema if no FileName is specified

Result Set Columns

Name Type Description
Success String Whether or not the schema was created successfully.
SchemaFile String The generated schema file.
FileData String The generated schema encoded in Base64. Only returned if FileName or FileStream is not set.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8479