Class TopologyConfig
Global topology of the streaming Dataflow job, including all computations and their sharded locations.
Implements
Inherited Members
Namespace: Google.Apis.Dataflow.v1b3.Data
Assembly: Google.Apis.Dataflow.v1b3.dll
Syntax
public class TopologyConfig : IDirectResponseSchema
Properties
Computations
The computations associated with a streaming Dataflow job.
Declaration
[JsonProperty("computations")]
public virtual IList<ComputationTopology> Computations { get; set; }
Property Value
Type | Description |
---|---|
IList<ComputationTopology> |
DataDiskAssignments
The disks assigned to a streaming Dataflow job.
Declaration
[JsonProperty("dataDiskAssignments")]
public virtual IList<DataDiskAssignment> DataDiskAssignments { get; set; }
Property Value
Type | Description |
---|---|
IList<DataDiskAssignment> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ForwardingKeyBits
The size (in bits) of keys that will be assigned to source messages.
Declaration
[JsonProperty("forwardingKeyBits")]
public virtual int? ForwardingKeyBits { get; set; }
Property Value
Type | Description |
---|---|
int? |
PersistentStateVersion
Version number for persistent state.
Declaration
[JsonProperty("persistentStateVersion")]
public virtual int? PersistentStateVersion { get; set; }
Property Value
Type | Description |
---|---|
int? |
UserStageToComputationNameMap
Maps user stage names to stable computation names.
Declaration
[JsonProperty("userStageToComputationNameMap")]
public virtual IDictionary<string, string> UserStageToComputationNameMap { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, string> |