Table of Contents

Enum CompressorType

Namespace
MongoDB.Driver.Core.Compression
Assembly
MongoDB.Driver.Core.dll

Represents the compressor type.

public enum CompressorType

Fields

Noop = 0

The content of the message is uncompressed. This is realistically only used for testing.

Snappy = 1

The content of the message is compressed using snappy.

Zlib = 2

The content of the message is compressed using zlib.

ZStandard = 3

The content of the message is compressed using zstandard.