Summary
Configures an upper limit for the maximum database file size.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Config - Containing Type
- IFileConfiguration
Syntax
long MaximumDatabaseFileSize { set; }
Remarks
Configures an upper limit for the maximum database file size.
There is an upper limit to the possible size:
A value that is greater than Integer.MAX_VALUE *
BlockSize(int)
will be ignored and this limit will be used instead.
Value
Type | Description |
---|---|
long | - the number of bytes |