public sealed class ComputationTopology : IMessage<ComputationTopology>, IEquatable<ComputationTopology>, IDeepCloneable<ComputationTopology>, IBufferMessage, IMessage
All configuration data for a particular Computation.
Implements
IMessage<ComputationTopology>, IEquatable<ComputationTopology>, IDeepCloneable<ComputationTopology>, IBufferMessage, IMessageNamespace
Google.Cloud.Dataflow.V1Beta3Assembly
Google.Cloud.Dataflow.V1Beta3.dll
Constructors
ComputationTopology()
public ComputationTopology()
ComputationTopology(ComputationTopology)
public ComputationTopology(ComputationTopology other)
Parameter | |
---|---|
Name | Description |
other | ComputationTopology |
Properties
ComputationId
public string ComputationId { get; set; }
The ID of the computation.
Property Value | |
---|---|
Type | Description |
String |
Inputs
public RepeatedField<StreamLocation> Inputs { get; }
The inputs to the computation.
Property Value | |
---|---|
Type | Description |
RepeatedField<StreamLocation> |
KeyRanges
public RepeatedField<KeyRangeLocation> KeyRanges { get; }
The key ranges processed by the computation.
Property Value | |
---|---|
Type | Description |
RepeatedField<KeyRangeLocation> |
Outputs
public RepeatedField<StreamLocation> Outputs { get; }
The outputs from the computation.
Property Value | |
---|---|
Type | Description |
RepeatedField<StreamLocation> |
StateFamilies
public RepeatedField<StateFamilyConfig> StateFamilies { get; }
The state family values.
Property Value | |
---|---|
Type | Description |
RepeatedField<StateFamilyConfig> |
SystemStageName
public string SystemStageName { get; set; }
The system stage name.
Property Value | |
---|---|
Type | Description |
String |