RegnoCompleteRegnoSoftware.Standard.Core
|
IRegnoParamDataDoc Properties
The IRegnoParamDataDoc type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
ConfigDocId |
A free form string value to name the conversion.
|
![]() |
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.
|
![]() |
Maxs |
An array of 64-bit Double values, with each value representing the maximum value for a range of samples as defined by the sampleInterval.
|
![]() |
Mins |
An array of 64-bit Double values, with each value representing the minimum value for a range of samples as defined by the sampleInterval.
|
![]() |
ParamDefDocId |
The unique identifier (id) of the ParamDefinitionDoc document that holds the properties for the parameter associated with the data values stored in this document.
|
![]() |
SampleInterval |
A 64-bit Long value that specifies the interval in nanoseconds between each data value stored in this document.
|
![]() |
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.
|