BatchMixedResult class
Batch mixed result
Constructors
-
BatchMixedResult({required int insertedCount, required int modifiedCount, required int deletedCount, List<
String> ? errors}) -
Creates a new BatchMixedResult
const
-
BatchMixedResult.fromJson(Map<
String, dynamic> json) -
Creates from JSON
factory
Properties
- deletedCount → int
-
Number of documents deleted
final
-
errors
→ List<
String> ? -
Errors that occurred during batch operations
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- insertedCount → int
-
Number of documents inserted
final
- modifiedCount → int
-
Number of documents modified
final
- 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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited