Show / Hide Table of Contents

Class StreamLocation

Describes a stream of data, either as input to be processed or as output of a streaming Dataflow job.

Inheritance
object
StreamLocation
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX