Size (NotesDatabase - JavaScript™)
Read-only. The size of a database in bytes.
Defined in
NotesDatabaseSyntax
getSize() : double
Usage
The database does not need to be open to use this property.Examples
This computed field gets the size of the current database.return "The size of this database is " + database.getSize() + " bytes."