public sealed class ComputationTopology : IMessage<ComputationTopology>, IEquatable<ComputationTopology>, IDeepCloneable<ComputationTopology>, IBufferMessage, IMessageReference documentation and code samples for the Dataflow v1beta3 API class ComputationTopology.
All configuration data for a particular Computation.
Implements
IMessageComputationTopology, IEquatableComputationTopology, IDeepCloneableComputationTopology, 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 |
RepeatedFieldStreamLocation |
|
KeyRanges
public RepeatedField<KeyRangeLocation> KeyRanges { get; }The key ranges processed by the computation.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldKeyRangeLocation |
|
Outputs
public RepeatedField<StreamLocation> Outputs { get; }The outputs from the computation.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldStreamLocation |
|
StateFamilies
public RepeatedField<StateFamilyConfig> StateFamilies { get; }The state family values.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldStateFamilyConfig |
|
SystemStageName
public string SystemStageName { get; set; }The system stage name.
| Property Value | |
|---|---|
| Type | Description |
string |
|