RegistryValueEntityProperties interface
RegistryValue entity property bag.
- Extends
Properties
| key |
The registry key entity id. |
| value |
String formatted representation of the value data. |
| value |
The registry value name. |
| value |
Specifies the data types to use when storing values in the registry, or identifies the data type of a value in the registry. |
Inherited Properties
| additional |
A bag of custom fields that should be part of the entity and will be presented to the user. |
| friendly |
The graph item display name which is a short humanly readable description of the graph item instance. This property is optional and might be system generated. |
Property Details
keyEntityId
The registry key entity id.
keyEntityId?: string
Property Value
string
valueData
String formatted representation of the value data.
valueData?: string
Property Value
string
valueName
The registry value name.
valueName?: string
Property Value
string
valueType
Specifies the data types to use when storing values in the registry, or identifies the data type of a value in the registry.
valueType?: string
Property Value
string
Inherited Property Details
additionalData
A bag of custom fields that should be part of the entity and will be presented to the user.
additionalData?: Record<string, any>
Property Value
Record<string, any>
Inherited From EntityCommonProperties.additionalData
friendlyName
The graph item display name which is a short humanly readable description of the graph item instance. This property is optional and might be system generated.
friendlyName?: string
Property Value
string
Inherited From EntityCommonProperties.friendlyName