Summary
returns the number of entries in the Freespace Manager.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Ext - Containing Type
- ISystemInfo
Syntax
int FreespaceEntryCount()
Remarks
returns the number of entries in the Freespace Manager.
A high value for the number of freespace entries is an indication that the database is fragmented and that defragment should be run.
A high value for the number of freespace entries is an indication that the database is fragmented and that defragment should be run.
Return Value
Type | Description |
---|---|
int | the number of entries in the Freespace Manager. |