java.lang.Object
org.eclipse.milo.opcua.sdk.core.nodes.ViewNodeProperties

public final class ViewNodeProperties extends Object
  • Field Details

    • NodeVersion

      public static final QualifiedProperty<String> NodeVersion
      The NodeVersion Property is used to indicate the version of a Node.

      The NodeVersion Property is updated each time a Reference is added or removed from the Node the Property belongs to.

    • ViewVersion

      public static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> ViewVersion
      The version number for the View. When Nodes are added to or removed from a View, the value of the ViewVersion Property is updated.

      Clients may detect changes to the composition of a View using this Property.

      The value of the ViewVersion shall always be greater than 0.