Property MaximumCharacters
- Namespace
- MailFathom.Application.Emails.Search
- Assembly
- MailFathom.Application.dll
MaximumCharacters
Gets the most characters one extract may carry, whatever those words turn out to be made of.
public int MaximumCharacters { get; }
Property Value
Remarks
The word bound is what PostgreSQL applies while cutting an extract, and it is the one a reader thinks in. This is the bound that makes the first one mean something: a message carrying one enormous unbroken token beside a match would otherwise satisfy a limit of a few words while publishing most of the body. Derived rather than configured, so a deployment cannot set the two against each other.