Show / Hide Table of Contents

Class StreamingSideInputLocation

Identifies the location of a streaming side input.

Inheritance
object
StreamingSideInputLocation
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dataflow.v1b3.Data
Assembly: Google.Apis.Dataflow.v1b3.dll
Syntax
public class StreamingSideInputLocation : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

StateFamily

Identifies the state family where this side input is stored.

Declaration
[JsonProperty("stateFamily")]
public virtual string StateFamily { get; set; }
Property Value
Type Description
string

Tag

Identifies the particular side input within the streaming Dataflow job.

Declaration
[JsonProperty("tag")]
public virtual string Tag { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX