sqlScriptFile property

String? sqlScriptFile
getter/setter pair

A reference to a query file.

This should be the Cloud Storage URI of the query file. The execution args are used to declare a set of script variables (set key="value";).

Implementation

core.String? sqlScriptFile;