Click or drag to resize

IBsonChunk Interface

Represents a chunk of bytes.

Namespace:  MongoDB.Bson.IO
Assembly:  MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.6.0+Branch.origin/v2.6.x.Sha.593796a7b35dc59243383bcc684de296a5468f2e
Syntax
public interface IBsonChunk : IDisposable

The IBsonChunk type exposes the following members.

Properties
  NameDescription
Public propertyBytes
Gets the bytes.
Top
Methods
  NameDescription
Public methodDispose (Inherited from IDisposable.)
Public methodFork
Returns a new reference to the same chunk that can be independently disposed.
Top
See Also