Couchbase .NET SDK | 3.7.2
Search Results for

    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.

    • Edit this page
    • View Source
    In this article
    Back to top © 2025 Couchbase, Inc.