Class CollectionDefinition
Options for a collection's behavior
public class CollectionDefinition
- Inheritance
-
CollectionDefinition
- Inherited Members
Properties
DefaultId
Settings for generating ids
[JsonPropertyName("defaultId")]
public DefaultIdOptions DefaultId { get; set; }
Property Value
Indexing
Overrides for document indexing
[JsonPropertyName("indexing")]
public IndexingOptions Indexing { get; set; }
Property Value
Lexical
Lexical analysis options for the collection
[JsonPropertyName("lexical")]
public LexicalOptions Lexical { get; set; }
Property Value
Rerank
Reranking options for the collection
[JsonPropertyName("rerank")]
public RerankOptions Rerank { get; set; }
Property Value
Vector
Vector specifications for the collection
[JsonPropertyName("vector")]
public VectorOptions Vector { get; set; }