SDK
SDK Dart v2.x
2

create #

Creates a new index in Kuzzle

Arguments #

Copied to clipboard!
Future<bool> create(String index)
Argument Type Description
index
String
Index name

Usage #

Copied to clipboard!
await kuzzle
  .index
  .create('nyc-open-data');