HistoryReadRequest Class
            Extends BaseUAObject
        
        
            Defined in: 
            Module: opcua.address_space.types
packages\node-opcua-service-history\_generated_\_auto_generated_HistoryReadRequest.js:29
        Constructor
HistoryReadRequest
        
                
                    (
        
        
        
        
        
        
        
        
            
        
            - 
                                
options 
Parameters:
- 
                                
optionsObject 
Item Index
Methods
binaryStoreSize
                    
                            ()
                    
                            
                                Number
                            
                    
                    
                    
                    
                    
                    
                    
                        
                    
                        Calculate the required size to store this object in a binary stream.
Returns:
                                            Number:
                                
                            decode_debug
                    
                            ()
                    
                    
                    
                    
                    
                    
                    
                    
                        
                    
                        isValid
                    
                            ()
                    
                            
                                Boolean
                            
                    
                    
                    
                    
                    
                    
                    
                        
                    
                        verify that all object attributes values are valid according to schema
Returns:
                                            Boolean:
                                
                            toString
                    
                            ()
                    
                            
                                String
                            
                    
                    
                    
                    
                    
                    
                    
                        
                    
                        Returns:
                                            String:
                                
                            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
            The NodeOPCUA API