public sealed class StreamingSideInputLocation : IMessage<StreamingSideInputLocation>, IEquatable<StreamingSideInputLocation>, IDeepCloneable<StreamingSideInputLocation>, IBufferMessage, IMessage
Identifies the location of a streaming side input.
[[["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 `StreamingSideInputLocation` class identifies the storage location of a streaming side input within the Google Cloud Dataflow service."],["This class is found within the `Google.Cloud.Dataflow.V1Beta3` namespace in the `Google.Cloud.Dataflow.V1Beta3.dll` assembly and has versions up to `2.0.0-beta07`."],["`StreamingSideInputLocation` inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors and two key properties: `StateFamily`, which specifies the state family for the side input, and `Tag`, which identifies the specific side input."],["There are multiple versions of the documentation available, with `2.0.0-beta07` being the latest version."]]],[]]