SDK
SDK Dart Null Safety v3.x
2

list #

Gets the complete list of indexes handled by Kuzzle.

Arguments #

Copied to clipboard!
Future<List<String>> list()

Return #

Returns an List<String> containing the list of index names handled by Kuzzle.

Usage #

Copied to clipboard!
final result = await kuzzle
  .index
  .list();