VEPSQLDatabase
Contains details about a PostgreSQL database.
|
Property |
Type |
Description |
|---|---|---|
|
Oid |
Uint |
Object identifier (OID) of the database. |
|
Name |
String |
Database name. |
|
ServerName |
String |
DNS name or IP address of the server. |
|
InstanceName |
String |
Instance name. |
|
Size |
Ulong |
Database size in bytes. |
Related Commands