Click or drag to resize

StageConfigurationTaskCount Property

Gets or sets the number of tasks in this stage.

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

Property Value

Type: Int32
Remarks
This property is ignored if DataInput is not .
See Also