| IRecordBaseTraceBin Property |
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.
Namespace:
Mavidian.DataConveyer.Entities.KeyVal
Assembly:
DataConveyer (in DataConveyer.dll) Version: 3.4.6+1324144ff7
Syntax IReadOnlyDictionary<string, Object> TraceBin { get; }
ReadOnly Property TraceBin As IReadOnlyDictionary(Of String, Object)
Get
Property Value
Type:
IReadOnlyDictionaryString,
ObjectSee Also