- Preparing search index...
- The search index is not available
@matrixai/db
Type alias RocksDBIterator<K, V>
RocksDBIterator<K, V>: Opaque<"RocksDBIterator", object> & { [brandRocksDBIteratorK]: K; [brandRocksDBIteratorV]: V; }
Type Parameters
-
K extends string | Buffer = string | Buffer
-
V extends string | Buffer = string | Buffer
Type declaration
-
Readonly
[brandRocksDBIteratorK]: K
-
Readonly
[brandRocksDBIteratorV]: V
RocksDBIterator object A
napi_external
type Ifkeys
orvalues
is set tofalse
thenK
andV
will be an empty buffer Ifkeys
andvalues
is set tofalse
, the iterator will give back empty array as entries