Click or drag to resize

ICompressor Interface

Represents a compressor.

Namespace:  MongoDB.Driver.Core.Compression
Assembly:  MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.18.0+554c799eb1ec8dd732f16c739387f6664df1ba7a
Syntax
public interface ICompressor

The ICompressor type exposes the following members.

Properties
  NameDescription
Public propertyType
Gets the compressor type.
Top
Methods
  NameDescription
Public methodCompress
Compresses the specified stream.
Public methodDecompress
Decompresses the specified stream.
Top
See Also