google_api_dataflow v0.0.1 GoogleApi.Dataflow.V1b3.Model.StreamingComputationTask View Source

A task which describes what action should be performed for the specified streaming computation ranges.

Attributes

  • computationRanges (List[StreamingComputationRanges]): Contains ranges of a streaming computation this task should apply to. Defaults to: null.
  • dataDisks (List[MountedDataDisk]): Describes the set of data disks this task should apply to. Defaults to: null.
  • taskType (String): A type of streaming computation task. Defaults to: null.

    • Enum - one of [STREAMING_COMPUTATION_TASK_UNKNOWN, STREAMING_COMPUTATION_TASK_STOP, STREAMING_COMPUTATION_TASK_START]