Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Enum CompressionAlgorithm

Indicates a compression algorithm, which must be supported by Couchbase Server.

Namespace: Couchbase.Core.IO.Compression
Assembly: Couchbase.NetClient.dll
Syntax
[InterfaceStability(Level.Volatile)]
public enum CompressionAlgorithm
Remarks

This enumeration is for future-proofing, currently only Snappy is supported.

Fields

Name Description
None

Placeholder for a no-op algorithm.

Snappy

Snappy.

  • View Source
In this article
Back to top Copyright © 2020 Couchbase, Inc. All rights reserved.