TagExtendedPropertyNameInfo
- Last UpdatedMar 10, 2025
- 1 minute read
Contains the name of the extended properties currently stored by AVEVA Historian, namely HierarchicalName and Alias.
|
Column |
Data Type |
Description |
|---|---|---|
|
Property |
nvarchar (256) NOT NULL |
The extended tag property name. |
|
PropertyType |
int NOT NULL |
Specifies a type for this extended tag property. |
|
Facetable |
bit NOT NULL |
Specifies whether the extended property can be included in grouped search results. For example, if a user searches for all items containing the string "temp", the search engine could display a list of multiple results. |
|
Searchable |
bit NOT NULL |
Specifies whether the extended property is searchable. |
|
Substring |
bit NOT NULL |
Specifies whether the name can be located with a substring search. |
|
AttributeTypeName |
nvarchar (255) NOT NULL |
The name of the attribute type. |
|
AttributeTypeValue |
tinyint NOT NULL |
The bit mask for the attribute type. |