SDK
SDK C# v1.x
1

You are currently looking at the documentation of a previous version of Kuzzle. We strongly recommend that you use the latest version. You can also use the version selector in the top menu.

CreateAsync #

Creates a new index in Kuzzle

Arguments #

Task CreateAsync(string index);
ArgumentTypeDescription
index
string
Index name

Usage #

await kuzzle.Index.CreateAsync("index");
Console.WriteLine("index created")