Class StreamingSideInputLocation
Identifies the location of a streaming side input.
Implements
Inherited Members
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 |