public sealed class CustomSourceLocation : IMessage<CustomSourceLocation>, IEquatable<CustomSourceLocation>, IDeepCloneable<CustomSourceLocation>, IBufferMessage, IMessageReference documentation and code samples for the Dataflow v1beta3 API class CustomSourceLocation.
Identifies the location of a custom souce.
Implements
IMessageCustomSourceLocation, IEquatableCustomSourceLocation, IDeepCloneableCustomSourceLocation, 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 |
bool |
|