KSC Open API
Kaspersky Security Center API description
DatabaseInfo Class Reference

Database processing. More...

List of all members.

Public Member Functions

long GetDBSize ()
 Get database's files size.
long GetDBDataSize ()
 Get database's data size.
int GetDBEventsCount ()
 Get database's events count.
 CheckBackupPath (wstring szwPath)
 Check the server administration and SQL-server permissions to read and write files along path.
 CheckBackupPath2 (wstring szwWinPath, wstring szwLinuxPath)
 Check the server administration and SQL-server permissions to read and write files along path.
 CheckBackupCloudPath (int nCloudType, wstring szwCloudPath, wstring szwClientId, binary pSecretChunk, wstring szwStorageKey, wstring szwAzureResName, wstring szwAzureResGroup, wstring szwAzureAppID)
 Check the server administration and Cloud SQL (Amazon RDS or Azure SQL) permissions to read and write files along Cloud Storage (Amazon S3 or Azure Blob Storage)
 CheckBackupCloudPath2 (int nCloudType, wstring szwCloudPath, wstring szwClientId, binary pSecretChunk, binary pStorageKey, wstring szwAzureResName, wstring szwAzureResGroup, wstring szwAzureAppID)
 Check the server administration and Cloud SQL (Amazon RDS or Azure SQL) permissions to read and write files along Cloud Storage (Amazon S3 or Azure Blob Storage)
boolean IsCloudSQL (int nCloudType)
 Check is current SQL server in cloud (Amazon RDS or Azure SQL)
boolean IsLinuxSQL ()
 Check is current SQL server in on Linux.

Detailed Description

Database processing.

Allow to get information from a Database.