MonitorConfigurationInfo.Database
Type, Introduced in version 2.18
Represents a configured database in the MONITOR system
Used by the MonitorConfigurationInfo type.
Properties
| Name | Type | Summary | Introduced in |
|---|---|---|---|
| Number | String | The identifier of the database. (e.g. 001, the first part of 001.1) |
|
| ConnectionString | String | A read-only database connection string. Null unless requested via elevated mode. |
|
| Dialect | Int32 | The dialect used by the database.
|
Introduced in version 2.47 |
| Companies | Company[] | The companies that are contained within the database. |
|
| DatabaseType | Int32 | The type of database.
|
Introduced in version 23.3 |
Example
{
"Number": null,
"ConnectionString": null,
"Dialect": 0,
"Companies": null,
"DatabaseType": 0
}