ModificationInfo Class
            Extends BaseUAObject
        
        
            Module: opcua.address_space.types
Constructor
ModificationInfo
        
                
                    (
        
        
        
        
        
        
        
        
            
        
            - 
                                
options 
Parameters:
- 
                                
optionsObject 
Item Index
Properties
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
modificationTime
                        UtcTime
                    
                    
                    
                    
                    
                        
                    
                        The time the modification was made. Support for this field is optional. A null shall be returned if it is not defined.
updateType
                        HistoryUpdateType
                    
                    
                    
                    
                    
                        
                    
                        The modification type for the item.
username
                        String
                    
                    
                    
                    
                    
                        
                    
                        The name of the user that made the modification. Support for this field is optional. A null shall be returned if it is not defined.
            The NodeOPCUA API