CdaDatabase
Represents an audit store database. The following properties are defined for this object.
Property | Type | Description |
ActiveEndTime |
DateTime |
The date and time at which the database stopped being the active database. |
ActiveStartTime |
DateTime |
The date and time this database became the active database. |
AllowedCollectors |
CdaAccessAccount[] |
Allowed collector accounts. |
AllowedManagementServers |
CdaAccessAccount[] |
Allowed management database accounts. |
AuditStore |
CdaAuditStore |
The audit store object instance for the database. |
CollectorCount |
Integer |
Number of collectors connected to the database. |
Database |
String |
Microsoft SQL Server database name for the audit store database. |
DiskUsage |
Integer |
Database file size, in 8KB pages. |
IsActive |
Boolean |
Specifies whether this is the active database for the audit store. |
Name |
String |
Display name of the audit store database. |
RecordCount |
Integer |
Number of session records in the database. |
Server |
String |
Microsoft SQL Server host name and instance. |
Status |
Enum |
Database status. The valid values are:
|
Version |
String |
Database version number. |