QueryDatasetConfiguration interface
The configuration of dataset in the query.
Properties
| columns | Array of column names to be included in the query. Any valid query column name is allowed. If not provided, then query includes all columns. |
Property Details
columns
Array of column names to be included in the query. Any valid query column name is allowed. If not provided, then query includes all columns.
columns?: string[]
Property Value
string[]