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. |