Skip to content

Test

This example assumes using Weaviate; is in scope and apiKey contains your Weaviate API key.

1
2
3
4
var client = Client;

Class @class = await client.Schema.SchemaObjectsCreateAsync(
    class1: "Question");