Couchbase .NET SDK | 3.7.2
Search Results for

    Show / Hide Table of Contents

    Class SnappierClusterOptionsExtensions

    Extensions for ClusterOptions.

    Inheritance
    object
    SnappierClusterOptionsExtensions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Couchbase.Compression.Snappier
    Assembly: Couchbase.NetClient.dll
    Syntax
    public static class SnappierClusterOptionsExtensions

    Methods

    | Edit this page View Source

    WithSnappyCompression(ClusterOptions)

    Register Snappier as the compression algorithm for key/value operations.

    Declaration
    public static ClusterOptions WithSnappyCompression(this ClusterOptions options)
    Parameters
    Type Name Description
    ClusterOptions options

    The ClusterOptions.

    Returns
    Type Description
    ClusterOptions

    The ClusterOptions for method chaining.

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