MaxSize (NotesDatabase - JavaScriptâ„¢)

Read-only. The maximum size of a database in bytes.

Defined in

NotesDatabase

Syntax

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."

Language cross-reference

MaxSize property in LotusScript® NotesDatabase class

MaxSize property in Java Database class