query property
A query string, following the BigQuery query syntax, of the query to execute.
Example: "SELECT count(f1) FROM [myProjectId:myDatasetId.myTableId]".
Required.
Implementation
core.String? query;
A query string, following the BigQuery query syntax, of the query to execute.
Example: "SELECT count(f1) FROM [myProjectId:myDatasetId.myTableId]".
Required.
core.String? query;