Click or drag to resize

AggregateStringTranslationMode Enumeration

Option for which expression to generate for certain string operations.

Namespace:  MongoDB.Driver
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.15.0+f503bf610759c13f78cff9a3c01e91453185d2ed
Syntax
public enum AggregateStringTranslationMode
Members
  Member nameValueDescription
Bytes0 Translate to the byte variation.
CodePoints1 Translate to the code points variation.
See Also