IBsonChunk Interface (original) (raw)
Represents a chunk of bytes.
Namespace: MongoDB.Bson.IO
Assembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed
Syntax
public 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. |
Methods
| | Name | Description | |
| ---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
|
| Fork | Returns a new reference to the same chunk that can be independently disposed. |
See Also