BulkController class

Inheritance

Constructors

BulkController(Kuzzle kuzzle)

Properties

accessor String?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
kuzzle Kuzzle
finalinherited
name String?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

import(String index, String collection, List<Map<String, dynamic>> documents, {bool waitForRefresh = false}) Future<Map<String, dynamic>>
Creates, updates or deletes large amounts of documents as fast as possible.
mWrite(String index, String collection, List<Map<String, dynamic>> documents) Future<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