public sealed class StreamingSideInputLocation : IMessage<StreamingSideInputLocation>, IEquatable<StreamingSideInputLocation>, IDeepCloneable<StreamingSideInputLocation>, IBufferMessage, IMessageIdentifies the location of a streaming side input.
Implements
IMessage<StreamingSideInputLocation>, IEquatable<StreamingSideInputLocation>, IDeepCloneable<StreamingSideInputLocation>, 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 |
|