Table of Contents

Class BsonBinaryWriterSettings

Namespace
MongoDB.Bson.IO
Assembly
MongoDB.Bson.dll

Represents settings for a BsonBinaryWriter.

[Serializable]
public class BsonBinaryWriterSettings : BsonWriterSettings
Inheritance
BsonBinaryWriterSettings
Inherited Members
Extension Methods

Constructors

BsonBinaryWriterSettings()

Initializes a new instance of the BsonBinaryWriterSettings class.

Properties

Defaults

Gets or sets the default BsonBinaryWriter settings.

Encoding

Gets or sets the Encoding.

FixOldBinarySubTypeOnOutput

Gets or sets whether to fix the old binary data subtype on output.

MaxDocumentSize

Gets or sets the max document size.

Methods

Clone()

Creates a clone of the settings.

CloneImplementation()

Creates a clone of the settings.