Platform Symphony .NET API Reference - Version 4.1
DataCompressionFlags Enumeration
NamespacesPlatform.Symphony.SoamDataCompressionFlags
Data compression flags are used to modify the behavior of the data compression feature.
Declaration Syntax
C#
public enum DataCompressionFlags
Members
MemberDescription
BetterSize

This informs the API to use the median level compression method to compress the data.

The use of BetterSize will result in slower compression times than BestSpeed, however, data may experience greater compression (i.e. resulting data might be noticeably smaller).


BestSpeed

This informs the API to use the fastest compression method to compress the data.

The use of BestSpeed will result in less compression than BetterSize (i.e. resulting data might be larger), however, data may be compressed in a noticeably shorter time.


Assembly: Platform.Symphony.Soam.Net (Module: Platform.Symphony.Soam.Net) Version: 4.1.0.0