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.

ArraySegment<byte> Bytes { get; }

Property Value

ArraySegment<byte>

The bytes.

Methods

Fork()

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

IBsonChunk Fork()

Returns

IBsonChunk

A new reference to the same chunk.