public enum JobTypeReference documentation and code samples for the Dataflow v1beta3 API enum JobType.
Specifies the processing model used by a [google.dataflow.v1beta3.Job], which determines the way the Job is managed by the Cloud Dataflow service (how workers are scheduled, how inputs are sharded, etc).
Namespace
Google.Cloud.Dataflow.V1Beta3Assembly
Google.Cloud.Dataflow.V1Beta3.dll
Fields |
|
|---|---|
| Name | Description |
Batch |
A batch job with a well-defined end point: data is read, data is processed, data is written, and the job is done. |
Streaming |
A continuously streaming job with no end: data is read, processed, and written continuously. |
Unknown |
The type of the job is unspecified, or unknown. |