TagExtendedPropertyName
- Last UpdatedMar 10, 2025
- 1 minute read
Contains the name of each extended tag property stored by AVEVA Historian, namely HierarchicalName and Alias.
|
Column |
Data Type |
Description |
|---|---|---|
|
(PK) PropertyNameKey |
int NOT NULL |
A unique identifier for the extended tag property name. |
|
PropertyName |
nvarchar (256) NOT NULL |
The extended tag property name. |
|
(FK) 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. |