Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration CompressionMode

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

Index

Enumeration members

Enumeration members

Active

Active: = "active"

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

Off

Off: = "off"

Indicates that compression should not be used on the server.

Passive

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.

Generated using TypeDoc