Class ViewNodeProperties
java.lang.Object
org.eclipse.milo.opcua.sdk.core.nodes.ViewNodeProperties
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QualifiedProperty<String>The NodeVersion Property is used to indicate the version of a Node.static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger>The version number for the View. -
Method Summary
-
Field Details
-
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> ViewVersionThe 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.
-