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.
Implements
IMessageStreamingStageLocation, IEquatableStreamingStageLocation, IDeepCloneableStreamingStageLocation, IBufferMessage, IMessageNamespace
Google.Cloud.Dataflow.V1Beta3Assembly
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 |