IRegnoChannelSamplesDoc Members

Regno Shared SQLRace

RegnoCompleteRegnoSoftware.Standard.Core

IRegnoChannelSamplesDoc Members

The IRegnoChannelSamplesDoc type exposes the following members.

Properties


  Name Description
Public property ChannelDefDocId
The unique identifier (id) of the ChannelDefinitionDoc that holds the properties for the channel associated with the data values stored in this document.
Public property ConfigDocId
The unique identifier (id) of the ConfigDoc document that this document is associated with.
Public property DocumentInterval
A 64-bit Long value that specifies the interval in nanoseconds of the time range that the data stored in this document was sampled from.
Public property ParamDefDocId
The unique identifier (id) of the ParamDefinitionDoc that holds the properties for the parameter associated with the data values stored in this document.
Public property SampleTimes
An array of 64-bit Long values. Each value represents the timestamp value of the sample at the associated array index. The timestamp represents the number of nanoseconds since the reference time of midnight, 1st January 1970.
Public property SampleValues
An array of 64-bit Double values. Each value represents the sample value at the associated array index.
Public property StartTime
A 64-bit Long timestamp specifying the start time of the data that this document holds. The timestamp represents the number of nanoseconds since the reference time of midnight, 1st January 1970.