Class StreamingSideInputLocation (1.0.0-beta03)

public sealed class StreamingSideInputLocation : IMessage<StreamingSideInputLocation>, IEquatable<StreamingSideInputLocation>, IDeepCloneable<StreamingSideInputLocation>, IBufferMessage, IMessage

Identifies the location of a streaming side input.

Inheritance

Object > StreamingSideInputLocation

Namespace

Google.Cloud.Dataflow.V1Beta3

Assembly

Google.Cloud.Dataflow.V1Beta3.dll

Constructors

StreamingSideInputLocation()

public StreamingSideInputLocation()

StreamingSideInputLocation(StreamingSideInputLocation)

public StreamingSideInputLocation(StreamingSideInputLocation other)
Parameter
NameDescription
otherStreamingSideInputLocation

Properties

StateFamily

public string StateFamily { get; set; }

Identifies the state family where this side input is stored.

Property Value
TypeDescription
String

Tag

public string Tag { get; set; }

Identifies the particular side input within the streaming Dataflow job.

Property Value
TypeDescription
String