Enum ShuffleMode (1.0.0-beta03)

public 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.