RecordType Enumeration

Enumeration that defines type of record as per header definition.

Definition

Namespace: Gemstone.PQDIF.Physical
Assembly: Gemstone.PQDIF (in Gemstone.PQDIF.dll) Version: 1.0.180 -- Release Build+27dcf2c61b2dfb0e3f26c933d3ab382a5601ad44
public enum RecordType

Members

Container0 Represents a record level tag which identifies the container record. Always the first one in the file, and only one per file.
DataSource1 Represents a record level tag which identifies the data source record. Instrument level information.
MonitorSettings2 Represents an optional record level tag which identifies configuration parameters. Used to capture configuration changes on the data source.
Observation3 Represents a record-level tag which identifies an observation. Used to capture an event, measurements etc.
Blank4 Represents a record-level tag which identifies a blank record.
Unknown5 Represents a record-level tag which is unknown to this library.

See Also