query property
A query string to execute, using Google Standard SQL or legacy SQL syntax.
Example: "SELECT COUNT(f1) FROM myProjectId.myDatasetId.myTableId".
Required.
Implementation
core.String? query;
A query string to execute, using Google Standard SQL or legacy SQL syntax.
Example: "SELECT COUNT(f1) FROM myProjectId.myDatasetId.myTableId".
Required.
core.String? query;