ConfigurationInformation¶
Holds internal configuration information for various OctoSAM components
Fields¶
| Field | Type | Description |
|---|---|---|
| BlobValue | varbinary | Binary configuration value |
| DateTimeValue | datetime2 | For date/time values, holds the information in database internal format (in addition to the string format in the Value column). This facilitates usage of the value in SQL. |
| ID | bigint | Internal ID for the ConfigurationInformation entity (Primary Key) |
| JsonValue | nvarchar | Configuration value of type JSON element |
| LastModification | datetime2 | Last modification of this configruation parameter |
| Name | nvarchar | Name of the configuration parameter |
| Value | nvarchar | Value of the configuration parameter as string. Note that some configuration values cannot be represented in string form. |
| XmlValue | xml | Configuration value of type XML document |