Table of Contents

Class QdrantIndexOption

Namespace
Mythosia.VectorDb.Qdrant
Assembly
Mythosia.VectorDb.Qdrant.dll

Payload index option for a specific field.

public class QdrantIndexOption
Inheritance
QdrantIndexOption
Inherited Members

Constructors

QdrantIndexOption()

public QdrantIndexOption()

QdrantIndexOption(string, PayloadSchemaType)

public QdrantIndexOption(string field, PayloadSchemaType schemaType)

Parameters

field string
schemaType PayloadSchemaType

Properties

Field

Payload field name (for example, meta.author).

public string Field { get; set; }

Property Value

string

SchemaType

Payload index schema type.

public PayloadSchemaType SchemaType { get; set; }

Property Value

PayloadSchemaType