Function
EN
Version 4.50
@GetDBQuota
Database
NotesSystem
TimeDate
Syntax
@GetDBQuota(DBHANDLE1);
Description
Returns the DB quota of the DB with the DBHANDLE DBHANDLE1 as FLOATLIST with 4 elements.
Element No. Meaning
1 Maxium size in kB of the database
2 Actual size in kB of the database
3 Quota in kB of the database
4 Warning threshold in kB of the database
Example @GetDBQuota(DBHANDLE1):
DBHANDLE1:=@OpenDB("TEST.NSF");
@LogReport(@GetDBQuota(DBHANDLE1));
DBHANDLE1:=@CloseDB(DBHANDLE1);
The database is opened, the DB quota is output, and then it is closed again.
Note : This text was machine-translated and may contain inaccuracies.
