Table of Contents

Method Get

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

Get(CompressorType)

Gets or creates a compressor based on the compressor type.

ICompressor Get(CompressorType compressorType)

Parameters

compressorType CompressorType

The compressor type.

Returns

ICompressor

The compressor.