google_api_dataflow v0.0.1 GoogleApi.Dataflow.V1b3.Model.StreamingConfigTask View Source
A task that carries configuration information for streaming computations.
Attributes
- streamingComputationConfigs (List[StreamingComputationConfig]): Set of computation configuration information. Defaults to:
null
. - userStepToStateFamilyNameMap (Map[String, String]): Map from user step names to state families. Defaults to:
null
. - windmillServiceEndpoint (String): If present, the worker must use this endpoint to communicate with Windmill Service dispatchers, otherwise the worker must continue to use whatever endpoint it had been using. Defaults to:
null
. - windmillServicePort (String): If present, the worker must use this port to communicate with Windmill Service dispatchers. Only applicable when windmill_service_endpoint is specified. Defaults to:
null
.