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.7.3+Branch.v2.7.x.Sha.2f1f2be13a23b8520cb9c2ee8439c022f9a03efe
Syntax
public interface IBsonChunk : IDisposable

The IBsonChunk type exposes the following members.

Properties
  NameDescription
Public propertyBytes
Gets the bytes.
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodFork
Returns a new reference to the same chunk that can be independently disposed.
Top
See Also