Table of Contents

Method GetChunk

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

GetChunk(int)

Gets the chunk.

IBsonChunk GetChunk(int requestedSize)

Parameters

requestedSize int

Size of the requested.

Returns

IBsonChunk

A chunk.

Remarks

The chunk source is free to return a larger or smaller chunk than requested.