Table of Contents

Method PushMaxDocumentSize

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

PushMaxDocumentSize(int)

Pushes a new max document size onto the max document size stack.

[Obsolete("Use PushSettings instead.")]
public void PushMaxDocumentSize(int maxDocumentSize)

Parameters

maxDocumentSize int

The maximum size of the document.