Class QdrantIndexOption
public class QdrantIndexOption
- Inheritance
-
QdrantIndexOption
- Inherited Members
Constructors
QdrantIndexOption()
public QdrantIndexOption()
QdrantIndexOption(string, PayloadSchemaType)
public QdrantIndexOption(string field, PayloadSchemaType schemaType)
Parameters
fieldstringschemaTypePayloadSchemaType
Properties
Field
public string Field { get; set; }
Property Value
SchemaType
public PayloadSchemaType SchemaType { get; set; }
Property Value
- PayloadSchemaType