NodeOPCUA API Documentation
    Preparing search index...

    Enumeration EnumConfigurationUpdate

    namespace http://opcfoundation.org/UA/
    nodeClass DataType
    name ConfigurationUpdateType
    isAbstract false
    Index

    Enumeration Members

    Enumeration Members

    Delete: 4

    Existing records are deleted. An error occurs if a name cannot be matched to an existing record.

    Insert: 1

    The target is added. An error occurs if a name conflict occurs.

    InsertOrReplace: 3

    Existing records are updated. New records are created if no match to an exising record.

    Replace: 2

    Existing records are updated. An error occurs if a name cannot be matched to an existing record.