google_api_dataflow v0.0.1 GoogleApi.Dataflow.V1b3.Model.TopologyConfig View Source
Global topology of the streaming Dataflow job, including all computations and their sharded locations.
Attributes
- computations (List[ComputationTopology]): The computations associated with a streaming Dataflow job. Defaults to:
null
. - dataDiskAssignments (List[DataDiskAssignment]): The disks assigned to a streaming Dataflow job. Defaults to:
null
. - forwardingKeyBits (Integer): The size (in bits) of keys that will be assigned to source messages. Defaults to:
null
. - persistentStateVersion (Integer): Version number for persistent state. Defaults to:
null
. - userStageToComputationNameMap (Map[String, String]): Maps user stage names to stable computation names. Defaults to:
null
.