Table of Contents

Class VectorSearchOptions<TDocument>

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

Vector search options.

public sealed class VectorSearchOptions<TDocument>

Type Parameters

TDocument

The type of the document.

Inheritance
VectorSearchOptions<TDocument>
Inherited Members

Properties

Filter

Gets or sets the filter.

public FilterDefinition<TDocument> Filter { get; set; }

Property Value

FilterDefinition<TDocument>

IndexName

Gets or sets the name of the index.

public string IndexName { get; set; }

Property Value

string

NumberOfCandidates

Gets or sets the number of candidates.

public int? NumberOfCandidates { get; set; }

Property Value

int?