Table of Contents

Constructor SubstringOptions

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

SubstringOptions(int, int, int)

Initializes a new instance of the SubstringOptions class.

public SubstringOptions(int strMaxLength, int strMaxQueryLength, int strMinQueryLength)

Parameters

strMaxLength int

The maximum allowed length to insert.

strMaxQueryLength int

The maximum allowed query length.

strMinQueryLength int

The minimum allowed query length.