Struct InsertOneOptions
struct InsertOneOptions
;
Fields
Name | Type | Description |
bypassDocumentValidation
|
std.typecons.Nullable!(bool) | If true, allows the write to opt-out of document level validation.
|
comment
|
std.typecons.Nullable!(string) | Users can specify an arbitrary string to help trace the operation
through the database profiler, currentOp, and logs.
|
writeConcern
|
std.typecons.Nullable!(vibe.db.mongo.collection.WriteConcern) | A document that expresses the
write concern
of the insert command. Omit to use the default write concern.
|