CompressionAlgorithm Enumeration

Enumeration which defines the algorithms used to compress PQDIF files.

Definition

Namespace: Gemstone.PQDIF.Physical
Assembly: Gemstone.PQDIF (in Gemstone.PQDIF.dll) Version: 1.0.147 -- Release Build+93be339855407883acd397814ca9689e50b59737
public enum CompressionAlgorithm

Members

None0 No compression.
Zlib1 Zlib compression. http://www.zlib.net/
PKZIP64 PKZIP compression. This compression algorithm is deprecated and is currently not supported by this PQDIF library.

See Also