DeleteOneStatement class

Constructors

DeleteOneStatement(Map<String, dynamic> filter, {CollationOptions? collation, String? hint, Map<String, Object>? hintDocument})

Properties

collation CollationOptions?
Specifies the collation to use for the operation.
getter/setter pairinherited
filter Map<String, dynamic>
Optional. The query predicate. If unspecified, then all documents in the collection will match the predicate.
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
hint String?
A document or string that specifies the index to use to support the query predicate.
getter/setter pairinherited
hintDocument Map<String, Object>?
getter/setter pairinherited
limit int
The number of matching documents to delete. Specify either a 0 to delete all matching documents or 1 to delete a single document.
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, Object>
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited