query property

String? query
getter/setter pair

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;