public sealed class StreamingSideInputLocation : IMessage<StreamingSideInputLocation>, IEquatable<StreamingSideInputLocation>, IDeepCloneable<StreamingSideInputLocation>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataflow v1beta3 API class StreamingSideInputLocation.
Identifies the location of a streaming side input.
Implements
IMessageStreamingSideInputLocation, IEquatableStreamingSideInputLocation, IDeepCloneableStreamingSideInputLocation, IBufferMessage, IMessageNamespace
Google.Cloud.Dataflow.V1Beta3Assembly
Google.Cloud.Dataflow.V1Beta3.dll
Constructors
StreamingSideInputLocation()
public StreamingSideInputLocation()
StreamingSideInputLocation(StreamingSideInputLocation)
public StreamingSideInputLocation(StreamingSideInputLocation other)
Parameter | |
---|---|
Name | Description |
other |
StreamingSideInputLocation |
Properties
StateFamily
public string StateFamily { get; set; }
Identifies the state family where this side input is stored.
Property Value | |
---|---|
Type | Description |
string |
Tag
public string Tag { get; set; }
Identifies the particular side input within the streaming Dataflow job.
Property Value | |
---|---|
Type | Description |
string |