Click or drag to resize

JobBuilderCompilerDefaultChannelInputTaskCount Property

Gets the default number of tasks that is used for a stage with a channel that didn't set the number of tasks explicitly.

Namespace:  Ookii.Jumbo.Jet.Jobs.Builder
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public int DefaultChannelInputTaskCount { get; }

Property Value

Type: Int32
The default task count.
See Also