Show / Hide Table of Contents

Class TopologyConfig

Global topology of the streaming Dataflow job, including all computations and their sharded locations.

Inheritance
object
TopologyConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX