MDB_stat class
@brief Statistics for a database in the environment
- Inheritance
- Implemented types
- Available extensions
Constructors
- MDB_stat()
Properties
-
address
→ Pointer<
T> -
Available on T, provided by the StructAddress extension
The memory address of the underlying data.no setter - hashCode → int
-
The hash code for this object.
no setterinherited
- ms_branch_pages ↔ int
-
< Number of internal (non-leaf) pages
getter/setter pair
- ms_depth ↔ int
-
< Depth (height) of the B-tree
getter/setter pair
- ms_entries ↔ int
-
< Number of data items
getter/setter pair
- ms_leaf_pages ↔ int
-
< Number of leaf pages
getter/setter pair
- ms_overflow_pages ↔ int
-
< Number of overflow pages
getter/setter pair
- ms_psize ↔ int
-
< Size of a database page.
This is currently the same for all databases.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited