NodeId | ns=1;i=3024 |
NodeClass | DataType |
BrowseName | 1:JoiningProcessMetaDataType |
DisplayName | JoiningProcessMetaDataType |
Description | This structure provides the meta data which describes the joining process. |
BaseType | 0:Structure |
IsAbstract | False |
Field Name | Data Type | Is Optional | Description |
---|---|---|---|
JoiningProcessId | 0:TrimmedString | It is the system-wide unique identifier of the joining process. | |
JoiningProcessOriginId | 0:TrimmedString | Yes | It is an identifier to track the changes made to the original instance in the system. Example: It can point to the identifier of the object when it was created for the first time. It should be an existing ID in the system if it is available else it can be NULL if it is not tracked in a joining system. |
CreationTime | 0:UtcTime | Yes | It is the time when the joining process was created. |
LastUpdatedTime | 0:UtcTime | Yes | It is the time when the joining process was updated last time. If it is not available, it can be same as CreationTime. |
Name | 0:String | Yes | It is the name of the joining process. |
Description | 0:LocalizedText | Yes | It is the description of the joining process. |
JoiningTechnology | 0:LocalizedText | Yes | It is a human readable text to identify the joining technology. |
Classification | 0:Int16 | Yes | It is the classification of the joining process. |
AssociatedEntities | 1:EntityDataType[] | Yes | It is the list of entities associated to the joining process. Examples: ProductInstanceUri of the Controller. |