Summary
provides information about system state and system settings.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Ext - Implementing Types
graph BT
Type["ISystemInfo"]
class Type type-node
Implementing0["SystemInfoFileImpl"]-.->Type
click Implementing0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal/SystemInfoFileImpl"
Syntax
public interface ISystemInfo
Remarks
provides information about system state and system settings.
Methods
Name | Value | Summary |
---|---|---|
FreespaceEntryCount |
int |
returns the number of entries in the Freespace Manager.
|
FreespaceSize |
long |
returns the freespace size in the database in bytes.
|
TotalSize |
long |
Returns the total size of the database on disk.
|