Class CompressorConfiguration
- Namespace
- MongoDB.Driver.Core.Configuration
- Assembly
- MongoDB.Driver.Core.dll
Represents a compressor configuration.
public sealed class CompressorConfiguration
- Inheritance
-
CompressorConfiguration
- Inherited Members
Constructors
CompressorConfiguration(CompressorType)
Initializes an instance of CompressorConfiguration.
public CompressorConfiguration(CompressorType type)
Parameters
type
CompressorTypeThe compressor type.
Properties
Properties
Gets the compression properties.
public IDictionary<string, object> Properties { get; }
Property Value
Type
Gets the compressor type.
public CompressorType Type { get; }
Property Value
Methods
Equals(object)
public override bool Equals(object obj)
Parameters
obj
object
Returns
GetHashCode()
public override int GetHashCode()