| 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; }
Public ReadOnly Property DefaultChannelInputTaskCount As Integer
Get
public:
property int DefaultChannelInputTaskCount {
int get ();
}
member DefaultChannelInputTaskCount : int with get
Property Value
Type:
Int32
The default task count.
See Also