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.19.1+3a2a09dd959482f665ffbb5df2557ec541597af4
Syntax
public enum AggregateStringTranslationMode
Members
  Member nameValueDescription
Bytes0 Translate to the byte variation.
CodePoints1 Translate to the code points variation.
See Also