Schema

This property specifies the database schema name under which collections are created.

Declaration

// C#
public string? Schema { get; set; }

Property Value

The string specifying the name of the database schema.

Remarks

When Schema is specified, the collections under this vector store are created under the schema. The default schema value is null. When null, the collections are created under the connected user's schema.