sqlScriptFile property

String? sqlScriptFile
getter/setter pair

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;