Table of Contents

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 CompressorType

The compressor type.

Properties

Properties

Gets the compression properties.

public IDictionary<string, object> Properties { get; }

Property Value

IDictionary<string, object>

Type

Gets the compressor type.

public CompressorType Type { get; }

Property Value

CompressorType

Methods

Equals(object)

public override bool Equals(object obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int