/n software Adapters for BizTalk
/n software Adapters for BizTalk
Questions / Feedback?

UseGzipCompression Property

Whether or not to use gzip compression.

Data Type

Boolean

Default Value

false

Remarks

If this property is set to true, the adapter will operate on tar archives that have been compressed with gzip. The interface of the adapter remains the same. During compression, the data will be streamed through a gzip compressor as it is written to the file. During decompression, the adapter will unzip the data to a temporary tar archive, and then automatically decompress the tar archive.

The creation of the temporary tar file will occur when the pipeline component is invoked.

The temporary file will automatically be deleted by the pipeline component after it is no longer needed. To extract the tar file itself (rather than its contents), the Gzip adapter should be used.

If this property is set to false, the adapter will create and read ordinary, uncompressed tar archives.

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
/n software Adapters for BizTalk - Version 16.0 [Build 7355]