google_api_dataflow v0.1.0 GoogleApi.Dataflow.V1b3.Model.TopologyConfig View Source
Global topology of the streaming Dataflow job, including all computations and their sharded locations.
Attributes
- computations ([ComputationTopology]): The computations associated with a streaming Dataflow job. Defaults to:
null
. - dataDiskAssignments ([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 (%{optional(String.t) => String.t}): Maps user stage names to stable computation names. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields
Link to this section Types
Link to this type
t()
View Source
t() :: %GoogleApi.Dataflow.V1b3.Model.TopologyConfig{ computations: [GoogleApi.Dataflow.V1b3.Model.ComputationTopology.t()], dataDiskAssignments: [GoogleApi.Dataflow.V1b3.Model.DataDiskAssignment.t()], forwardingKeyBits: any(), persistentStateVersion: any(), userStageToComputationNameMap: map() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.