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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `StreamingStageLocation` class, part of the Dataflow v1beta3 API, identifies the location of a streaming computation stage for stage-to-stage communication."],["This class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `StreamingStageLocation` class has a `StreamId` property, which is a string that identifies a particular stream within a streaming Dataflow job."],["There are two constructors for the class, the first being the standard version, and the second, an overload that accepts another instance of the class as a parameter."],["The latest version of this class in this document is `2.0.0-beta07`, while the version in the document is `2.0.0-beta06`, and a prior version, `1.0.0-beta03` is also referenced."]]],[]]