Click or drag to resize

StageConfigurationInternalPartitionCount Property

Gets the total number of partitions output from this stage. This does not include the output channel's partitioning, only the internal partitioning done by compound stages.

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

Property Value

Type: Int32
Remarks
This number will be 1 unless this stage is a child stage in a compound stage, and partitioning occurs inside the compound stage before this stage.
See Also