couchbase
    Preparing search index...

    Enumeration CompressionMode

    Specifies the compression mode that should be used for a bucket.

    Index

    Enumeration Members

    Enumeration Members

    Active: "active"

    Indicates that compression should be performed actively. Even if the client does not transmit the document in a compressed form.

    Off: "off"

    Indicates that compression should not be used on the server.

    Passive: "passive"

    Indicates that compression should be used passively. That is that if the client sends data which is encrypted, it is stored on the server in its compressed form, but the server does not actively compress documents.