Dataflow v1beta3 API - Enum ShuffleMode (2.0.0-beta06)

public enum ShuffleMode

Reference documentation and code samples for the Dataflow v1beta3 API enum ShuffleMode.

Specifies the shuffle mode used by a [google.dataflow.v1beta3.Job], which determines the approach data is shuffled during processing. More details in: https://cloud.google.com/dataflow/docs/guides/deploying-a-pipeline#dataflow-shuffle

Namespace

Google.Cloud.Dataflow.V1Beta3

Assembly

Google.Cloud.Dataflow.V1Beta3.dll

Fields

Name Description
ServiceBased

Shuffle is done on the service side.

Unspecified

Shuffle mode information is not available.

VmBased

Shuffle is done on the worker VMs.