Click or drag to resize

CompressionModes Enumeration

.NET STTP API

Note: This API is now obsolete.

Enumeration of the possible compression modes supported by STTP.

Namespace: sttp.transport
Assembly: sttp.net (in sttp.net.dll) Version: 1.0.0
Syntax
[FlagsAttribute]
[ObsoleteAttribute("Only used for backwards compatibility with pre-standard STTP implementations. OperationalModes now supports custom compression types")]
public enum CompressionModes
Request Example
Members
Member nameValueDescription
None0 Defines state where no compression will be used.
GZip32 Bit flag used determine if GZip compression will be used to metadata exchange.
TSSC64 Bit flag used determine if the time-series special compression algorithm will be used for data exchange.
See Also