MaxSize (NotesDatabase - JavaScript™)
Read-only. The maximum size of a database in bytes.
Defined in
NotesDatabaseSyntax
getMaxSize() : long
Usage
The database must be open to use this property.Examples
This computed field gets the maximum size of the current database.return "The maximum size of this database is " + database.getMaxSize() + " bytes."