Table of Contents

Property DoesNotAffect

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

DoesNotAffect

Gets or sets the names of the facets whose counts this operator should not restrict. Those facets reflect the full result set regardless of the operator's filter.

public IEnumerable<string> DoesNotAffect { readonly get; set; }

Property Value

IEnumerable<string>