| ProgressEventArgsClstrNo Property |
Sequence number of current cluster (1 based).
This number is assigned on Intake and in other phases may be different than ClstrCnt in case of cluster additions/deletions during transformations.
Example: if clusters are doubled in transform, then ClstrCnt value in output are: 1,2,3,4,... while ClstrNo values are: 1,1,2,2,...
Namespace:
Mavidian.DataConveyer.Orchestrators
Assembly:
DataConveyer (in DataConveyer.dll) Version: 3.4.6+1324144ff7
Syntax public int ClstrNo { get; }
Public ReadOnly Property ClstrNo As Integer
Get
Property Value
Type:
Int32See Also