Click or drag to resize

CompressorType Enumeration

Represents the compressor type.

Namespace:  MongoDB.Driver.Core.Compression
Assembly:  MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.9.0+32b058abcdf2c7e8d9dd3a676d207b31897eee2e
Syntax
public enum CompressorType
Members
  Member nameValueDescription
Noop0 The content of the message is uncompressed. This is realistically only used for testing.
Snappy1 The content of the message is compressed using snappy.
Zlib2 The content of the message is compressed using zlib.
See Also