...
Setting | Description | |||||
---|---|---|---|---|---|---|
Profile | Select the Azure profile you want the agent to use, see Azure Profile for further information about this profile. | |||||
Container Name | Enter the name of the container where the files will be collected from. The container name can be found in the Containers section of the storage account that has been configured in the Azure Profile.
| |||||
Input Type | The agent can act on two input types. Depending on which one the agent is configured to work with, the behavior will differ. The default input type is bytearray, that is the agent expects bytearrays. If nothing else is stated the documentation refer to input of bytearray. If the input type is | |||||
Directory | Absolute pathname of the target directory on the location stated in the referenced File System profile, where the forwarded files will be stored. The files will be temporarily stored in the automatically created subdirectory | |||||
Create Directory | Select this setting to create the directory, or the directory structure, of the path that you specify in the Directory field.
| |||||
Compression | Compression type of the target files. Determines if the agent will compress the files or not. - No Compression - agent does not compress the files. Default setting. - Gzip - agent compresses the files using gzip.
| |||||
Command | If a UNIX command is supplied, it will be executed on each successfully closed temporary file, using the parameter values declared in the Arguments field.
| |||||
Arguments | This field is optional. Each entered parameter value has to be separated from the preceding value with a space. The temporary filename is inserted as the second last parameter, and the final filename is inserted as the last parameter, automatically. This means that if, for instance, no parameter is given in the field, the arguments will be as follows:
If three parameters are given in the field Arguments, the arguments are set as:
| |||||
Produce Empty Files | If enabled, files will be produced although containing no data. |
...