Table of Contents

Property MatchCriteria

Namespace
MongoDB.Driver.Search
Assembly
MongoDB.Driver.dll

MatchCriteria

The criteria to use to match the terms in the query. Value can be either "any" or "all". Defaults to "all" if omitted.

public MatchCriteria? MatchCriteria { get; set; }

Property Value

MatchCriteria?