Class CustomSourceLocation (1.0.0-beta03)

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

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
Boolean