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
Syntaxpublic interface IBsonChunk : IDisposable
Public Interface IBsonChunk
Inherits IDisposable
type IBsonChunk =
interface
interface IDisposable
end
The IBsonChunk type exposes the following members.
Properties
| Name | Description |
---|
 | Bytes |
Gets the bytes.
|
Top
Methods
| Name | Description |
---|
 | Dispose | (Inherited from IDisposable.) |
 | Fork |
Returns a new reference to the same chunk that can be independently disposed.
|
Top
See Also