Xrecord Class |
Namespace: Mavidian.DataConveyer.Common
The Xrecord type exposes the following members.
Name | Description | |
---|---|---|
ClstrNo |
Cluster number associated with the record; 0 means undetermined.
Data Conveyer assigns this number based on the ClusterNode value of the XmlJsonIntakeSettings setting.
This number is assigned sequentially, separately for each source.
The ClstrNo is intended for evaluation (together with SourceNo) by the ClusterMarker function,
which controls determination of the ClstrNo of the record (IRecord) on intake.
(Overrides ExternalLineClstrNo.) | |
Excerpt |
First item in a form key=value.
(Overrides ExternalLineExcerpt.) | |
Items |
A sequence of key-value pairs, each pair defining a single element (field) of the record; both key and value are strings.
(Overrides ExternalLineItems.) | |
Text |
A single line of text. Only meaningful in case of Xtext subclass; otherwise null (Nothing in Visual Basic).
(Inherited from ExternalLine.) | |
TraceBin |
Initial trace bin contents that may be obtained from XML nodes that represent clusters.
(Overrides ExternalLineTraceBin.) | |
Type |
Nature of data that Data Conveyer receives from Intake and sends to Output.
(Inherited from ExternalLine.) |
Name | Description | |
---|---|---|
ToTuple | Overloaded.
Translate an ExternalLine object into a tuple used by intake suppliers and output consumers in case of a single source or target.
(Defined by ExternalLineHelpers.) | |
ToTuple(Int32) | Overloaded.
Translate an ExternalLine object into a tuple used by intake suppliers and output consumers.
(Defined by ExternalLineHelpers.) |