OpcReadNodeHistoryRawDetails Class

Namespace: Opc.UaFx
Assemblies: Opc.UaFx.Advanced.dll

Defines the time domain, number of values and additional criteria to use to select raw values from historical database for one or more variables.

C#

public class OpcReadNodeHistoryRawDetails : OpcReadNodeHistoryDetails


Inheritance ObjectOpcReadHistoryDetailsOpcReadNodeHistoryDetails › OpcReadNodeHistoryRawDetails

Name Description
OpcReadNodeHistoryRawDetails(Nullable, Nullable) Initializes a new instance of the OpcReadNodeHistoryRawDetails class using the specified startTime and endTime to use to select the raw historical values.
OpcReadNodeHistoryRawDetails(Nullable, Nullable, Int32) Initializes a new instance of the OpcReadNodeHistoryRawDetails class using the specified startTime, endTime and numberOfValues to use to select the raw historical values.
OpcReadNodeHistoryRawDetails(Nullable, Int32) Initializes a new instance of the OpcReadNodeHistoryRawDetails class using the specified startTime and numberOfValues to use to select the raw historical values.
OpcReadNodeHistoryRawDetails(Int32) Initializes a new instance of the OpcReadNodeHistoryRawDetails class using the specified numberOfValues to select the raw historical values.
Name Description
EndTime Gets or sets the end of the period to read.
(Inherited from OpcReadNodeHistoryDetails)
NumberOfValues Gets or sets the maximum number of values returned for any node over the time range.
(Inherited from OpcReadNodeHistoryDetails)
ReturnBounds Gets or sets a value indicating whether the bounding values should be returned.
(Inherited from OpcReadNodeHistoryDetails)
StartTime Gets or sets the beginning of the period to read.
(Inherited from OpcReadNodeHistoryDetails)