IndexController class

Inheritance

Constructors

IndexController(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

create(String index) Future<bool>
Creates a new data index in Kuzzle.
delete(String index) Future<bool>
Delete an index from Kuzzle. returns true if achnowledged
exists(String index) Future<bool>
Checks if the given index exists in Kuzzle.
list() Future<List<String>>
Returns the complete list of data indexes.
mDelete(List<String> indexes) Future<List<String>>
Deletes multiple indexes.
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