Small trick to define any
value of bson
Small trick to define any
value of bson
List has own type *
List has own type *
BSONObject is actually a Map *
BSONObject is actually a Map *
Just helper for Seq *
Just helper for Seq *
Set has own type *
Set has own type *
Essentially and convertible
scala type must have implicit of BSONValue to be used in queries *
Essentially and convertible
scala type must have implicit of BSONValue to be used in queries *
syntax sugar on listCommand channelResult *
implicit for findAndModify
Constructor to create lists
BSON currently contains type of null
this prepresents that type *
BSON currently contains type of null
this prepresents that type *
Constructor to create objects
Constructor to create sets
Enumeration to define explain verbosity *
Enumeration to define ordering *
drops specified index from collection
drops specified index from collection
drops index with specified name
drops index with specified name
Ensures index on collection, see: http://docs.mongodb.org/manual/reference/method/db.collection.ensureIndex/#db.collection.ensureIndex
Ensures index on collection, see: http://docs.mongodb.org/manual/reference/method/db.collection.ensureIndex/#db.collection.ensureIndex
Creates information that uniquely identifies single file in filesystem
Creates information that uniquely identifies single file in filesystem
name of the file (required, must be unique)
unique file identifier
optional metadata to store with file
filesystem syntax, wrapper around gridFs *
filesystem syntax, wrapper around gridFs *
Creates the group pipeline operation
Creates the group pipeline operation
Creates the group pipeline operation
Creates the group pipeline operation
syntax for inserting supplied object
syntax for inserting supplied object
syntax fro limit pipeline *
syntax fro limit pipeline *
pipeline to filter documents *
pipeline to filter documents *
pipeline to filter documents *
pipeline to filter documents *
pipeline to filter documents *
pipeline to filter documents *
syntax for project pipeline *
syntax for project pipeline *
specific syntax for array update operations *
specific syntax for array update operations *
conversion of listCommand to process
conversion of listCommand to process
Produces ChannelResult, that will read single file *
Produces ChannelResult, that will read single file *
syntax for removing documents
syntax for removing documents
Produces ChannelResult, that will remove single file.
Produces ChannelResult, that will remove single file. true
is returned when file was removed *
syntax for saving supplied uobject
syntax for saving supplied uobject
syntax fro limit pipeline *
syntax fro limit pipeline *
syntax for creating sort pipeline operation *
syntax for creating sort pipeline operation *
unwinds the element in projection to turn BSON array into separate documents *
unwinds the element in projection to turn BSON array into separate documents *
syntax creating update action that replaces the whole document
syntax creating update action that replaces the whole document
santax creating update action from pairs
santax creating update action from pairs
conversion of WriteCommand to sink
conversion of WriteCommand to sink
Generic implicit that has to be injected to get or collection related functionality in scope