Information about databases used by a InterSystems IRIS instance. More...
Static Public Member Functions | |
_.Library.Status | ListClose (_.Library.Binary qHandle) |
Information about databases used by a InterSystems IRIS instance. More... | |
SYS.WSMon.wsDatabase | Sample (index) |
Instantiate the class and fill in current values for all properties. More... | |
Public Attributes | |
Cluster | |
An indicator whether this database is monted with cluster access. More... | |
Directory | |
The path and file name of of the database. More... | |
FreeSpace | |
The available space (in MB) in this database. More... | |
Mounted | |
An indicator whether this database is currently mounted. More... | |
Name | |
The name given to the database. More... | |
ReadOnly | |
An indicator whether this database is mounted with only read access. More... | |
SizeAllocated | |
The amount of disk space (in MB) allocated for this database. More... | |
Information about databases used by a InterSystems IRIS instance.
The List() query is used by the SYS.WSMon.Service.EnumDatabase() Web method, to provide details on all databases. The Sample() method can be used to Get information about a specific database.
|
static |
Information about databases used by a InterSystems IRIS instance.
The List() query is used by the SYS.WSMon.Service.EnumDatabase() Web method, to provide details on all databases. The Sample() method can be used to Get information about a specific database.
|
static |
Instantiate the class and fill in current values for all properties.
'index' is an integer index into the database list.
An indicator whether this database is monted with cluster access.
Directory |
The path and file name of of the database.
FreeSpace |
The available space (in MB) in this database.
Note that the Monitor FreeSpace property must be active.
Mounted |
An indicator whether this database is currently mounted.
Name |
The name given to the database.
ReadOnly |
An indicator whether this database is mounted with only read access.
SizeAllocated |
The amount of disk space (in MB) allocated for this database.