MaxSize (NotesDatabase - JavaScriptâ„¢)
Read-only. The maximum size of a database in bytes.
Defined in
NotesDatabaseSyntax
getMaxSize() : longUsage
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."
Language cross-reference
MaxSize property in LotusScript® NotesDatabase classMaxSize property in Java Database class