This is a DataType that defines a target for an update operation It allows the Client to specify the type of update operation (insert, replace or delete).
The Path field defines the path to the target record of the update operation within the configuration. Only fields which are subtypes of BaseConfigurationRecordDataType are valid targets of the path.
The UpdateType specifies that operation to be performed.
Examples of paths:
- CertificateGroups.[1]
- ApplicationIdentity
- UserTokenSettings.[2]
The ConfigurationUpdateTargetType is defined in Table 69.
Table 69 – ConfigurationUpdateTargetType Structure
Name |
Type |
Description |
ConfigurationUpdateTargetType |
Structure |
|
Path |
0:String |
A path to the target record for the update operation. The path uses the DataType FieldPath syntax defined in OPC 10000-6.
|
UpdateType |
0:ConfigurationUpdateType |
The type of update. |
Its representation in the AddressSpace is defined in Table 70.
Table 70 – ConfigurationUpdateTargetType Definition
Attribute |
Value |
|||||
BrowseName |
0:ConfigurationUpdateTargetType |
|||||
IsAbstract |
False |
|||||
References |
NodeClass |
BrowseName |
DataType |
TypeDefinition |
Other |
|
Subtype of the 0:Structure DataType defined in OPC 10000-5. |
||||||
|
||||||
Conformance Units |
||||||
Base Configuration Management |