BsonBinaryWriterPushMaxDocumentSize Method |
Pushes a new max document size onto the max document size stack.
Namespace: MongoDB.Bson.IOAssembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.2.0
Syntax public void PushMaxDocumentSize(
int maxDocumentSize
)
Public Sub PushMaxDocumentSize (
maxDocumentSize As Integer
)
member PushMaxDocumentSize :
maxDocumentSize : int -> unit
Parameters
- maxDocumentSize
- Type: SystemInt32
The maximum size of the document.
See Also