Click or drag to resize

MultiPartitionRecordReaderTAllowAdditionalPartitions Property

Gets or sets a value indicating whether the task may request additional partitions from the job server if it finishes the current ones.

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

Property Value

Type: Boolean
if getting additional partitions is allowed; otherwise, . The default value is .
Remarks

A task can set this property to to prevent the task from requesting additional partitions.

If this property is , and a call to ReadRecord returned , you may change this property to and attempt the call to ReadRecord again.

Note that if this stage doesn't use multiple partitions per task or if dynamic partition assignment was disabled a task will never get additional partitions even if this property is .

See Also