ICompressorSourceGet Method |
Gets or creates a compressor based on the compressor type.
Namespace:
MongoDB.Driver.Core.Compression
Assembly:
MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.22.0+75246110ed1247226fcc7f8eb2c54ffab745693e
Syntax ICompressor Get(
CompressorType compressorType
)
Function Get (
compressorType As CompressorType
) As ICompressor
abstract Get :
compressorType : CompressorType -> ICompressor
Parameters
- compressorType
- Type: MongoDB.Driver.Core.CompressionCompressorType
The compressor type.
Return Value
Type:
ICompressorThe compressor.
See Also