disabledReason property

String? disabledReason
getter/setter pair

Reason why incremental query results are/were not written by the query.

Output only. Possible string values are:

  • "DISABLED_REASON_UNSPECIFIED" : Disabled reason not specified.
  • "OTHER" : Incremental results are/were disabled for reasons not covered by the other enum values, e.g. runtime issues.
  • "UNSUPPORTED_OPERATOR" : Query includes an operation that is not supported.

Implementation

core.String? disabledReason;