CreateAsync #
Creates a new index in Kuzzle
Arguments #
Task CreateAsync(string index);
Argument | Type | Description |
---|---|---|
index | string | Index name |
Usage #
await kuzzle.Index.CreateAsync("index");
Console.WriteLine("index created")
Edit this page on Github(opens new window)