public sealed class CustomSourceLocation : IMessage<CustomSourceLocation>, IEquatable<CustomSourceLocation>, IDeepCloneable<CustomSourceLocation>, IBufferMessage, IMessageIdentifies the location of a custom souce.
Implements
IMessage<CustomSourceLocation>, IEquatable<CustomSourceLocation>, IDeepCloneable<CustomSourceLocation>, IBufferMessage, IMessageNamespace
Google.Cloud.Dataflow.V1Beta3Assembly
Google.Cloud.Dataflow.V1Beta3.dll
Constructors
CustomSourceLocation()
public CustomSourceLocation()CustomSourceLocation(CustomSourceLocation)
public CustomSourceLocation(CustomSourceLocation other)| Parameter | |
|---|---|
| Name | Description |
other |
CustomSourceLocation |
Properties
Stateful
public bool Stateful { get; set; }Whether this source is stateful.
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|