Represents a compressor.
Namespace:
MongoDB.Driver.Core.Compression
Assembly:
MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.11.0+cb27a82ea70620ad1acad8058809be8302ae4f2a
Syntaxpublic interface ICompressor
Public Interface ICompressor
type ICompressor = interface end
The ICompressor type exposes the following members.
Properties | Name | Description |
---|
 | Type |
Gets the compressor type.
|
Top
Methods | Name | Description |
---|
 | Compress |
Compresses the specified stream.
|
 | Decompress |
Decompresses the specified stream.
|
Top
See Also