Dataflow v1beta3 API - Class CustomSourceLocation (2.0.0-beta06)

public sealed class CustomSourceLocation : IMessage<CustomSourceLocation>, IEquatable<CustomSourceLocation>, IDeepCloneable<CustomSourceLocation>, IBufferMessage, IMessage

Reference documentation and code samples for the Dataflow v1beta3 API class CustomSourceLocation.

Identifies the location of a custom souce.

Inheritance

object > CustomSourceLocation

Namespace

Google.Cloud.Dataflow.V1Beta3

Assembly

Google.Cloud.Dataflow.V1Beta3.dll

Constructors

CustomSourceLocation()

public CustomSourceLocation()

CustomSourceLocation(CustomSourceLocation)

public CustomSourceLocation(CustomSourceLocation other)
Parameter
NameDescription
otherCustomSourceLocation

Properties

Stateful

public bool Stateful { get; set; }

Whether this source is stateful.

Property Value
TypeDescription
bool