MongoAgile.BuilderQueries.ReplaceOneBuilder (mongo_agile v0.7.0) View Source
Macro replace_one
Base
document
- Document to replace
Options
Source: https://hexdocs.pm/mongodb/Mongo.html
:upsert
- if set totrue
creates a new document when no document matches the filter (default:false
)