Table of Contents

Property NestedFilter

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

NestedFilter

Gets or sets the nested filter. This can only be used when the vector search is performed on a nested document, in which case this filter can be used as an additional filter on the nested documents.

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

Property Value

FilterDefinition<TDocument>