Table of Contents

Constructor SuffixOptions

Namespace
MongoDB.Driver.Encryption
Assembly
MongoDB.Driver.Encryption.dll

SuffixOptions(int, int)

Initializes a new instance of the SuffixOptions class.

public SuffixOptions(int strMaxQueryLength, int strMinQueryLength)

Parameters

strMaxQueryLength int

The maximum allowed query length.

strMinQueryLength int

The minimum allowed query length.