BulkController class
- Inheritance
-
- Object
- KuzzleController
- BulkController
Constructors
- BulkController(Kuzzle kuzzle)
Properties
Methods
-
import(
String index, String collection, List< Map< documents, {bool waitForRefresh = false}) → Future<String, dynamic> >Map< String, dynamic> > -
Creates, updates or deletes
large amounts of
documents
as fast as possible. -
mWrite(
String index, String collection, List< Map< documents) → Future<String, dynamic> >Map< String, dynamic> > -
Creates or replaces
large amounts of
documents
as fast as possible. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
write(
String index, String collection, Map< String, dynamic> document, {String? id, bool waitForRefresh = false}) → Future<Map< String, dynamic> > - Creates or replaces a document
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited