HistoryReadRequest Class
packages\node-opcua-service-history\_generated_\_auto_generated_HistoryReadRequest.js:29
Constructor
HistoryReadRequest
-
options
Parameters:
-
options
Object-
[requestHeader]
RequestHeader optional -
[historyReadDetails]
ExtensionObject optionalMaximum age of the value to be read in milliseconds
-
[timestampsToReturn= 3]
TimestampsToReturn optionalAn enumeration that specifies the Timestamps to be returned for each requested Variable Value Attribute.
-
[releaseContinuationPoints]
Boolean optional -
[nodesToRead]
HistoryReadValueId[] optionalList of Nodes and their Attributes to read. For each entry in this list, a StatusCode is returned, and if it indicates success, the Attribute Value is also returned.
-
Item Index
Methods
binaryStoreSize
()
Number
Calculate the required size to store this object in a binary stream.
Returns:
decode
-
stream
-
[option]
decode the object from a binary stream
Parameters:
-
stream
BinaryStream -
[option]
Object optional
decode_debug
()
isValid
()
Boolean
verify that all object attributes values are valid according to schema
Returns:
toString
()
String
Returns:
Properties
historyReadDetails
ExtensionObject
Maximum age of the value to be read in milliseconds
nodesToRead
HistoryReadValueId[]
List of Nodes and their Attributes to read. For each entry in this list, a StatusCode is returned, and if it indicates success, the Attribute Value is also returned.
releaseContinuationPoints
Boolean
timestampsToReturn
TimestampsToReturn
An enumeration that specifies the Timestamps to be returned for each requested Variable Value Attribute.
Default: 3