IndexController class
- Inheritance
-
- Object
- KuzzleController
- IndexController
Constructors
- IndexController(Kuzzle kuzzle)
Properties
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