VectorIndexPath.IndexingSearchListSize Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the indexing search list size for the vector index path. This is only applicable for the diskann vector index type. The allowed range for this parameter is between 25 and 500.
[Newtonsoft.Json.JsonIgnore]
public int IndexingSearchListSize { get; set; }
[<Newtonsoft.Json.JsonIgnore>]
member this.IndexingSearchListSize : int with get, set
Public Property IndexingSearchListSize As Integer
Property Value
- Attributes
-
Newtonsoft.Json.JsonIgnoreAttribute