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: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public int DefaultChannelInputTaskCount { get; }

Property Value

Int32
The default task count.
See Also