keyResultStatement property

String? keyResultStatement
getter/setter pair

Determines which statement in the script represents the "key result", used to populate the schema and query results of the script job.

Default is LAST. Possible string values are:

  • "KEY_RESULT_STATEMENT_KIND_UNSPECIFIED" : Default value.
  • "LAST" : The last result determines the key result.
  • "FIRST_SELECT" : The first SELECT statement determines the key result.

Implementation

core.String? keyResultStatement;