CreateZipFromStreams

<< Fare clic per visualizzazione il sommario >>

Percorso:  API di piattaforma > Altri servizi > File >

CreateZipFromStreams

Service

File

 

Method

CreateZipFromStreams

 

Description

Creates a zip file from a list of input file references.

The method is disabled on Jamio Public Cloud.

 

Input

Name

Description

Type

Optional

filesToZip

List of file reference to include in the output zip file. (Required).

List of Reference

 

fileNames

List of names to assign to the files in the zip. (Required).

List of Object

 

destinationZipFilePath

Complete path of the output zip file. (Required).

String

 

overwriteDestinationZipFile

True to overwrite the file specified in destinationZipFilePath if it already exists, false otherwise (an error will be raised). (Defaults to false).

Bool

 

Output

Name

Description

Type

Optional

returnValue

Lenght of the output zip file.

Long

 

 

Remarks

List indexes of 'filesToZip' and 'fileNames' must match.