taskType property

String? taskType
getter/setter pair

A type of streaming computation task. Possible string values are:

  • "STREAMING_COMPUTATION_TASK_UNKNOWN" : The streaming computation task is unknown, or unspecified.
  • "STREAMING_COMPUTATION_TASK_STOP" : Stop processing specified streaming computation range(s).
  • "STREAMING_COMPUTATION_TASK_START" : Start processing specified streaming computation range(s).

Implementation

core.String? taskType;