aaObjectDataPending
- Last UpdatedMar 10, 2025
- 1 minute read
Contains one row for each object in the latest ArchestrA object data package.
|
Column |
Data Type |
Description |
|---|---|---|
|
(PK) ObjectKey |
int NOT NULL |
The unique identifier for the object. This identifier is unique only within an object data package and may be repeated in subsequent data packages. |
|
Type |
int NOT NULL |
The type of the object. 0 = Area; 1 = ApplicationObject (regular); 2 = Traceability object. All other values are reserved for future use. |
|
aaTagName |
TagNameType |
The ArchestrA tag name for the object. |
|
ContainedName |
nvarchar(256) NULL |
The ArchestrA contained name for the object. |
|
(FK) ParentKey |
int NOT NULL |
The unique identifier for the parent of this object. |