menu
mongo_db_driver package
documentation
mongo_db_driver.dart
DeleteOptions class
DeleteOptions class
dark_mode
light_mode
DeleteOptions
class
abstract
Implementers
DeleteManyOptions
DeleteOneOptions
Constructors
DeleteOptions
({
ServerApi
?
serverApi
,
WriteConcern
?
writeConcern
,
bool
?
ordered
,
String
?
comment
})
factory
DeleteOptions.protected
({
WriteConcern
?
writeConcern
,
bool
?
ordered
,
String
?
comment
})
Properties
comment
→
String
?
A user-provided comment to attach to this command. Once set, this comment appears alongside records of this command in the following locations:
final
hashCode
→
int
The hash code for this object.
no setter
inherited
ordered
→
bool
If true, then when a delete statement fails, return without performing the remaining delete statements. If false, then when a delete statement fails, continue with the remaining delete statements, if any.
final
runtimeType
→
Type
A representation of the runtime type of the object.
no setter
inherited
toOpen
→ DeleteOptionsOpen
no setter
toV1
→ DeleteOptionsV1
no setter
writeConcern
→
WriteConcern
?
The WriteConcern for this delete operation. Omit to use the default write concern
final
Methods
getOptions
(
MongoDatabase
db
)
→ Options
When a writeConcern is given a Db object must be specified
noSuchMethod
(
Invocation
invocation
)
→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString
(
)
→
String
A string representation of this object.
inherited
Operators
operator ==
(
Object
other
)
→
bool
The equality operator.
inherited
mongo_db_driver package
documentation
mongo_db_driver
DeleteOptions class
mongo_db_driver library