SDK
SDK C# v2.x
2

CreateAsync #

Creates a new index in Kuzzle

Arguments #

Copied to clipboard!
Task CreateAsync(string index);
Argument Type Description
index
string
Index name

Usage #

Copied to clipboard!
await kuzzle.Index.CreateAsync("index");
Console.WriteLine("index created")