Click or drag to resize

BsonBinaryWriterSettings Properties

The BsonBinaryWriterSettings type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberDefaults
Gets or sets the default BsonBinaryWriter settings.
Public propertyEncoding
Gets or sets the Encoding.
Public propertyFixOldBinarySubTypeOnOutput
Gets or sets whether to fix the old binary data subtype on output.
Public propertyGuidRepresentation Obsolete.
Gets or sets the representation for Guids.
(Inherited from BsonWriterSettings.)
Public propertyIsFrozen
Gets whether the settings are frozen.
(Inherited from BsonWriterSettings.)
Public propertyMaxDocumentSize
Gets or sets the max document size.
Public propertyMaxSerializationDepth
Gets or sets the max serialization depth allowed (used to detect circular references).
(Inherited from BsonWriterSettings.)
Top
See Also