Table of Contents

Enum AggregateStringTranslationMode

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

Option for which expression to generate for certain string operations.

public enum AggregateStringTranslationMode

Fields

Bytes = 0

Translate to the byte variation.

CodePoints = 1

Translate to the code points variation.