Class BsonBinaryWriterSettings
Represents settings for a BsonBinaryWriter.
- Inheritance
-
Bson
Binary Writer Settings
- Inherited Members
- Extension Methods
Constructors
BsonBinaryWriterSettings()
Initializes a new instance of the BsonBinaryWriterSettings class.
Properties
Defaults
Gets or sets the default BsonBinaryWriter settings.
Property Value
Encoding
Gets or sets the Encoding.
Property Value
FixOldBinarySubTypeOnOutput
Gets or sets whether to fix the old binary data subtype on output.
Property Value
MaxDocumentSize
Gets or sets the max document size.
Property Value
Methods
Clone()
Creates a clone of the settings.
Returns
- Bson
Binary Writer Settings A clone of the settings.
CloneImplementation()
Creates a clone of the settings.
Returns
- Bson
Writer Settings A clone of the settings.