Dataflow v1beta3 API - Class StreamingStageLocation (2.0.0-beta06)

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

Reference documentation and code samples for the Dataflow v1beta3 API class StreamingStageLocation.

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
Name Description
other StreamingStageLocation

Properties

StreamId

public string StreamId { get; set; }

Identifies the particular stream within the streaming Dataflow job.

Property Value
Type Description
string