[][src]Module avocado::literal

Helper types for making the construction of filter, update, etc. documents a little less stringly-typed.

Structs

BsonType

Non-deprecated BSON types. For use with the $type operator.

RegexOpts

Options for matching text against a regular expression. Useful with the $regex operator. E.g.:

Enums

DateTimeType

Tells the $currentDate operator which type it should use for setting its fields.

IndexType

An index type, applied to a single indexed field.

Order

Ordering, for specifying in which order to sort results yielded by a query.