Class StreamingStageLocation (1.0.0-beta03)

public sealed class StreamingStageLocation : IMessage<StreamingStageLocation>, IEquatable<StreamingStageLocation>, IDeepCloneable<StreamingStageLocation>, IBufferMessage, IMessage

Identifies the location of a streaming computation stage, for stage-to-stage communication.

Inheritance

Object > StreamingStageLocation

Namespace

Google.Cloud.Dataflow.V1Beta3

Assembly

Google.Cloud.Dataflow.V1Beta3.dll

Constructors

StreamingStageLocation()

public StreamingStageLocation()

StreamingStageLocation(StreamingStageLocation)

public StreamingStageLocation(StreamingStageLocation other)
Parameter
NameDescription
otherStreamingStageLocation

Properties

StreamId

public string StreamId { get; set; }

Identifies the particular stream within the streaming Dataflow job.

Property Value
TypeDescription
String