Click or drag to resize

MessageEncoderSettingsName Class

Represents the names of different encoder settings.
Inheritance Hierarchy
SystemObject
  MongoDB.Driver.Core.WireProtocol.Messages.EncodersMessageEncoderSettingsName

Namespace:  MongoDB.Driver.Core.WireProtocol.Messages.Encoders
Assembly:  MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.13.1-v2-13-x1+a7f8afe27855f38f4f72157d11ba2ae73895502e
Syntax
public static class MessageEncoderSettingsName

The MessageEncoderSettingsName type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberBinaryDocumentFieldDecryptor
The name of the binary document field decryptor setting.
Public fieldStatic memberBinaryDocumentFieldEncryptor
The name of the binary document field encryptor setting.
Public fieldStatic memberFixOldBinarySubTypeOnInput
The name of the FixOldBinarySubTypeOnInput setting.
Public fieldStatic memberFixOldBinarySubTypeOnOutput
The name of the FixOldBinarySubTypeOnOutput setting.
Public fieldStatic memberFixOldDateTimeMaxValueOnInput
The name of the FixOldDateTimeMaxValueOnInput setting.
Public fieldStatic memberGuidRepresentation Obsolete.
The name of the GuidRepresentation setting.
Public fieldStatic memberIndent
The name of the Indent setting.
Public fieldStatic memberIndentChars
The name of the IndentChars setting.
Public fieldStatic memberMaxDocumentSize
The name of the MaxDocumentSize setting.
Public fieldStatic memberMaxMessageSize
The name of the MaxMessageSize setting.
Public fieldStatic memberMaxSerializationDepth
The name of the MaxSerializationDepth setting.
Public fieldStatic memberMaxWireDocumentSize
The maximum wire document size.
Public fieldStatic memberNewLineChars
The name of the NewLineChars setting.
Public fieldStatic memberOutputMode
The name of the OutputMode setting.
Public fieldStatic memberReadEncoding
The name of the ReadEncoding setting.
Public fieldStatic memberShellVersion
The name of the ShellVersion setting.
Public fieldStatic memberWriteEncoding
The name of the WriteEncoding setting.
Top
See Also