Tar Pipeline Component
Properties Configuration Settings
The Tar pipeline component implements a tar archive utility, compatible with the UNIX tar and untar utilities.
Remarks
The Tar pipeline component is used when generating BizTalk Pipelines for sending and receiving messages which are desired to be compressed or decompressed. The pipeline component also implements gzip and bzip2 compression and can be used to create or decompress .tar.gz or tar.bz archives.
Tar Assembler Pipeline Component
The Assembler takes a group of messages as input which contains raw data, and generates a Tar archive message as output.
Tar Disassembler Pipeline Component
The Disassembler takes a Tar message as input, and generates a group of decompressed messages as output.
Please refer to the section on adapter configuration for a description of how to configure receive locations and send ports for this adapter.
Assembler Property List
The following is the full list of the properties of the assembler pipeline component with short descriptions. Click on the links for further details.
ArchiveFileName | The name of the tar archive. |
ExcludedFiles | A list of messages to exclude. |
Other | Defines a set of configuration settings to be used by the pipeline component. |
RuntimeLicense | Specifies the adapter runtime license key. |
TempPath | A temporary directory where uncompressed and compressed data can be stored. |
TransportLog | Tells the adapter where and how to report information about its operations. |
UseBzip2Compression | Specifies whether or not to use bzip2 compression. |
UseGzipCompression | Whether or not to use gzip compression. |
Disassembler Property List
The following is the full list of the properties of the disassembler pipeline component with short descriptions. Click on the links for further details.
ExcludedFiles | A list of messages to exclude. |
Other | Defines a set of configuration settings to be used by the pipeline component. |
RuntimeLicense | Specifies the adapter runtime license key. |
TempPath | A temporary directory where uncompressed and compressed data can be stored. |
TransportLog | Tells the adapter where and how to report information about its operations. |
UseBzip2Compression | Specifies whether or not to use bzip2 compression. |
UseGzipCompression | Whether or not to use gzip compression. |
Configuration Settings
The following is a list of configuration settings for the pipeline component with short descriptions. Click on the links for further details.
ExtraNullBytes | Extra null bytes to append to the end of the file. |