Companion

object Companion

Functions

Link copied to clipboard
fun of(name: String): CompressionMode

Properties

Link copied to clipboard
val ACTIVE: CompressionMode

The server will try to actively compress documents in memory.

Link copied to clipboard
val OFF: CompressionMode

Compressed documents are accepted but actively decompressed for storage in memory and for streaming. Not advised!

Link copied to clipboard
val PASSIVE: CompressionMode

Compressed documents can be stored and streamed from the server, but the server does not try to actively compress documents (client-initiated).