Table of Contents

Class MessageEncoderSettingsName

Namespace
MongoDB.Driver.Core.WireProtocol.Messages.Encoders
Assembly
MongoDB.Driver.Core.dll

Represents the names of different encoder settings.

public static class MessageEncoderSettingsName
Inheritance
MessageEncoderSettingsName
Inherited Members

Fields

BinaryDocumentFieldDecryptor

The name of the binary document field decryptor setting.

public const string BinaryDocumentFieldDecryptor = "BinaryDocumentFieldDecryptor"

Field Value

string

BinaryDocumentFieldEncryptor

The name of the binary document field encryptor setting.

public const string BinaryDocumentFieldEncryptor = "BinaryDocumentFieldEncryptor"

Field Value

string

FixOldBinarySubTypeOnInput

The name of the FixOldBinarySubTypeOnInput setting.

public const string FixOldBinarySubTypeOnInput = "FixOldBinarySubTypeOnInput"

Field Value

string

FixOldBinarySubTypeOnOutput

The name of the FixOldBinarySubTypeOnOutput setting.

public const string FixOldBinarySubTypeOnOutput = "FixOldBinarySubTypeOnOutput"

Field Value

string

FixOldDateTimeMaxValueOnInput

The name of the FixOldDateTimeMaxValueOnInput setting.

public const string FixOldDateTimeMaxValueOnInput = "FixOldDateTimeMaxValueOnInput"

Field Value

string

GuidRepresentation

The name of the GuidRepresentation setting.

[Obsolete("Configure serializers instead.")]
public const string GuidRepresentation = "GuidRepresentation"

Field Value

string

Indent

The name of the Indent setting.

public const string Indent = "Indent"

Field Value

string

IndentChars

The name of the IndentChars setting.

public const string IndentChars = "IndentChars"

Field Value

string

MaxDocumentSize

The name of the MaxDocumentSize setting.

public const string MaxDocumentSize = "MaxDocumentSize"

Field Value

string

MaxMessageSize

The name of the MaxMessageSize setting.

public const string MaxMessageSize = "MaxMessageSize"

Field Value

string

MaxSerializationDepth

The name of the MaxSerializationDepth setting.

public const string MaxSerializationDepth = "MaxSerializationDepth"

Field Value

string

MaxWireDocumentSize

The maximum wire document size.

public const string MaxWireDocumentSize = "MaxWireDocumentSize"

Field Value

string

NewLineChars

The name of the NewLineChars setting.

public const string NewLineChars = "NewLineChars"

Field Value

string

OutputMode

The name of the OutputMode setting.

public const string OutputMode = "OutputMode"

Field Value

string

ReadEncoding

The name of the ReadEncoding setting.

public const string ReadEncoding = "ReadEncoding"

Field Value

string

ShellVersion

The name of the ShellVersion setting.

public const string ShellVersion = "ShellVersion"

Field Value

string

WriteEncoding

The name of the WriteEncoding setting.

public const string WriteEncoding = "WriteEncoding"

Field Value

string