Table of Contents

Interface IBsonChunk

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

Represents a chunk of bytes.

public interface IBsonChunk : IDisposable
Inherited Members
Extension Methods

Properties

Bytes

Gets the bytes.

Methods

Fork()

Returns a new reference to the same chunk that can be independently disposed.