 | ProgressEventArgsRecNo Property |
Sequence number (1 based) of the first record in current cluster as it appeared on Intake (i.e. before any transformations).
This number is determined when clusters are formed during Intake and remains unchanged even as records are added or deleted during transformations; it corresponds to the cluster's StartRecNo.
Note 2 special values: 0 (
HeadClusterRecNo) in case of head cluster and -1 (
FootClusterRecNo in case of foot cluster.
Namespace:
Mavidian.DataConveyer.Orchestrators
Assembly:
DataConveyer (in DataConveyer.dll) Version: 3.4.6+1324144ff7
Syntaxpublic int RecNo { get; }
Public ReadOnly Property RecNo As Integer
Get
Property Value
Type:
Int32
See Also