The MessageCountDatabaseSettings type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AlertAddress |
Gets or sets a value for the admin Alert Address
| |
| Count | (Inherited from Settings.) | |
| Database |
Gets or sets a value indicating the SqlServer Database
| |
| DbType |
Gets or sets a value indicating the backend database being used
| |
| IsReadOnly | (Inherited from Settings.) | |
| Item | (Inherited from Settings.) | |
| Password |
Gets or sets a value indicating the SqlServer Password - This is the decrypted value
| |
| SqlServer |
Gets or sets a value indicating the SqlServer to connect to
| |
| SqlUnavailableDB |
Filesystem path for where the SQLite database is stored that contains information on SQL DB Failures
| |
| SqlUnavailableDBAlertInterval |
Gets or sets the TimeSpan between sending alert email's if the system remains in a down state
| |
| SqlUnavailableDBCountBeforeAlert |
Gets or sets a number of failures that must occur over the SqlUnavailableDBCountBeforeAlertInterval
| |
| SqlUnavailableDBCountBeforeAlertInterval |
Get or sets a timespan for the number of failures that must occur over this timespan before an alert is sent
| |
| Username |
Gets or sets a value indicating the SqlServer Username
|
See Also