db4o

MemoryFile.getIncrementSizeBy Method 

returns the size the MemoryFile is to be enlarged, if it grows beyond the current size.

[Visual Basic]
Overridable Public Function getIncrementSizeBy() As Integer
[C#]
public virtual int getIncrementSizeBy();
[C++]
public: virtual int getIncrementSizeBy();
[JScript]
public virtual function getIncrementSizeBy(): int;

Return Value

size in bytes

Remarks

returns the size the MemoryFile is to be enlarged, if it grows beyond the current size.

See Also

MemoryFile Class | com.db4o.ext Namespace