Dataflow v1beta3 API - Class StreamingSideInputLocation (2.0.0-beta07)

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.

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
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