CompressionStyle Enumeration
Enumeration which defines the types of compression used in PQDIF files.
Namespace: Gemstone.PQDIF.PhysicalAssembly: Gemstone.PQDIF (in Gemstone.PQDIF.dll) Version: 1.0.182 -- Release Build+08a3d4e1ab9db1924f0cee2fec1d8c558f352a9a
public enum CompressionStyle
Public Enumeration CompressionStyle
public enum class CompressionStyle
Gemstone.PQDIF.Physical.CompressionStyle = function();
Gemstone.PQDIF.Physical.CompressionStyle.createEnum('Gemstone.PQDIF.Physical.CompressionStyle', false);
| None | 0 |
No compression.
|
| TotalFile | 1 |
Compress the entire file after the container record.
This compression style is deprecated and is currently
not supported by this PQDIF library.
|
| RecordLevel | 2 |
Compress the body of each record.
|