MDB_envinfo class

@brief Information about the environment

Inheritance

Constructors

MDB_envinfo()

Properties

hashCode int
The hash code for this object.
no setterinherited
me_last_pgno int
< ID of the last used page
getter/setter pair
me_last_txnid int
< ID of the last committed transaction
getter/setter pair
me_mapaddr Pointer<Void>
< Address of map, if fixed
getter/setter pair
me_mapsize int
< Size of the data memory map
getter/setter pair
me_maxreaders int
< max reader slots in the environment
getter/setter pair
me_numreaders int
< max reader slots used in the environment
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