getSizeLimit

abstract fun getSizeLimit(database: String? = null): Long?(source)

Returns the upper bound on the size of the in-memory database, on database. If the option is not supported by the VFS, then null is returned.

Throws

if reading the option fails.