| Interface | Description |
|---|---|
| Cursor |
An interface to iterate over database
find() results. |
| Filter |
An interface to specify filtering criteria during find operation.
|
| NitriteCollection |
Represents a named document collection stored in nitrite database.
|
| PersistentCollection<T> |
The interface Persistent collection.
|
| RecordIterable<T> |
An iterable of database records which supports pagination
and projection.
|
| WriteResult |
An interface to represent the result of a modification operation
on
NitriteCollection. |
| Class | Description |
|---|---|
| Constants |
Constants used in Nitrite.
|
| Document |
Represents a type-safe container of nitrite document.
|
| FindOptions |
Represents the options to specify during a find operation on a collection.
|
| Index |
Represents a nitrite database index.
|
| IndexOptions |
Represents options to apply while creating an
Index. |
| KeyValuePair |
Represents a key and a value pair.
|
| Lookup |
Represents lookup parameters in join operation of tow collections.
|
| Nitrite |
Nitrite
|
| NitriteBuilder |
A builder utility to create a
Nitrite database instance. |
| NitriteContext |
Represents a readonly view of all contextual information of a nitrite database.
|
| NitriteId |
An unique identifier across the Nitrite database.
|
| RemoveOptions |
Settings to control remove operation in
NitriteCollection. |
| UpdateOptions |
Settings to control update operation in
NitriteCollection. |
| Enum | Description |
|---|---|
| IndexType |
An enum to specify
Index type. |
| NullOrder |
An enum to specify where to place
null values during sort. |
| SortOrder |
An enum to specify a sort order.
|
Nitrite database api.