Click or drag to resize
BulkMixedWriteOperationMessageEncoderSettings Property
Gets the message encoder settings.

Namespace: MongoDB.Driver.Core.Operations
Assembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.4.1
Syntax
public MessageEncoderSettings MessageEncoderSettings { get; }

Property Value

Type: MessageEncoderSettings
The message encoder settings.
See Also