IRecordBase Properties |
The IRecordBase type exposes the following members.
Name | Description | |
---|---|---|
ClstrNo |
1-based sequential cluster number (on intake it is 0 (undetermined), unless assigned in case of XML intake); the actual number is assigned at clustering block.
| |
Count |
Number of items contained in the record
| |
GlobalCache |
A set of key value pairs that are common to all records and clusters throughout the process execution.
Elements of global cache are defined via the GlobalCacheElements seting.
Global cache also allows signals to synchronize thread of Data Conveyer processing.
| |
Items |
A collection of items contained in the record.
| |
Keys |
A collection of keys contained in the record.
| |
PropertyBin |
The property bin associated with the record.
Property bin is a dictionary containing arbitrary set of key value pairs that can be added and removed throughout of DataConveyer processing.
In order to have records contain property bin objects, the PropertyBinEntities setting must contain the Records flag;
otherwise the property bin will be null.
| |
RecNo |
Sequence number of the record on intake (1 based). This number remains unchanged throughout the processing; for example in case of record cloning, the clone will inherit RecNo from the original record.
| |
SourceNo |
Index number of the intake source that supplied the record (1 based). This number remains unchanged throughout the processing; for example in case of record cloning, the clone will inherit SourceNo from the original record.
| |
TargetNo |
Index number of the output target that the record is sent to (1 based). Before output phase (ClusterRouter function), the value is 0, which means not yet determined.
| |
TraceBin |
The trace bin object associated with the record. It can be set up in the RecordInitiator function.
Trace bin is a dictionary intended to contain key value pairs collected during processing of preceding records on intake.
Note that for efficiency empty trace bin objects are not attached; in such cases, TraceBin values are null.
|