DatasetSchemaDataElement interface
Columns that define the physical type schema of the dataset.
Properties
name | Name of the schema column. Type: string (or Expression with resultType string). |
type | Type of the schema column. Type: string (or Expression with resultType string). |
Property Details
name
Name of the schema column. Type: string (or Expression with resultType string).
name?: any
Property Value
any
type
Type of the schema column. Type: string (or Expression with resultType string).
type?: any
Property Value
any