sqlScriptFile property
A reference to a query file.
This can be the Cloud Storage URI of the query file or it can the path to a SqlScript Content. The execution args are used to declare a set of script variables (set key="value";).
Implementation
core.String? sqlScriptFile;