Class StreamLocation
Describes a stream of data, either as input to be processed or as output of a streaming Dataflow job.
Implements
Inherited Members
Namespace: Google.Apis.Dataflow.v1b3.Data
Assembly: Google.Apis.Dataflow.v1b3.dll
Syntax
public class StreamLocation : IDirectResponseSchema
Properties
CustomSourceLocation
The stream is a custom source.
Declaration
[JsonProperty("customSourceLocation")]
public virtual CustomSourceLocation CustomSourceLocation { get; set; }
Property Value
Type | Description |
---|---|
CustomSourceLocation |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PubsubLocation
The stream is a pubsub stream.
Declaration
[JsonProperty("pubsubLocation")]
public virtual PubsubLocation PubsubLocation { get; set; }
Property Value
Type | Description |
---|---|
PubsubLocation |
SideInputLocation
The stream is a streaming side input.
Declaration
[JsonProperty("sideInputLocation")]
public virtual StreamingSideInputLocation SideInputLocation { get; set; }
Property Value
Type | Description |
---|---|
StreamingSideInputLocation |
StreamingStageLocation
The stream is part of another computation within the current streaming Dataflow job.
Declaration
[JsonProperty("streamingStageLocation")]
public virtual StreamingStageLocation StreamingStageLocation { get; set; }
Property Value
Type | Description |
---|---|
StreamingStageLocation |