Click or drag to resize

ChannelConfigurationDisableDynamicPartitionAssignment Property

Gets or sets a value indicating whether to disable dynamic partition assignment.

Namespace:  Ookii.Jumbo.Jet.Channels
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public bool DisableDynamicPartitionAssignment { get; set; }

Property Value

Type: Boolean
if dynamic partition assignment; otherwise, .
Remarks

If PartitionsPerTask is larger than 1, tasks can dynamically receive additional partitions besides those that were initially assigned to them.

If this property is set to , dynamic partition assignment is disabled for the receiving stage of this channel, and every task will only ever process the partitions it was initially assigned.

See Also