Class QdrantIndexOption
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
fieldstringschemaTypePayloadSchemaType
Properties
Field
Payload field name (for example, meta.author).
public string Field { get; set; }
Property Value
SchemaType
Payload index schema type.
public PayloadSchemaType SchemaType { get; set; }