Method GetChunk
GetChunk(int)
Gets the chunk.
public IBsonChunk GetChunk(int requestedSize)
Parameters
requestedSize
intSize of the requested.
Returns
- IBsonChunk
A chunk.
Remarks
The chunk source is free to return a larger or smaller chunk than requested.