| ComparableFilter |
An abstract class representing a filter that compares fields.
|
| FieldBasedFilter |
The base class for all field-based filters in Nitrite.
|
| FluentFilter |
|
| IndexOnlyFilter |
An abstract class representing a filter that can be applied to an index.
|
| IndexScanFilter |
Represents a set of filter which can be applied on an index.
|
| LogicalFilter |
Represents a filter which does a logical operation (AND, OR)
between a set of filters.
|
| NitriteFilter |
An abstract class representing a filter for Nitrite database.
|
| StringFilter |
An abstract class representing a filter for string values.
|