  | 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.BuilderAssembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxpublic int DefaultChannelInputTaskCount { get; }Public ReadOnly Property DefaultChannelInputTaskCount As Integer
	Get
public:
property int DefaultChannelInputTaskCount {
	int get ();
}member DefaultChannelInputTaskCount : int with get
Property Value
Int32
            The default task count.
            
See Also