compress.Archiver

Note:

The content in this help topic pertains to SuiteScript 2.0.

Object Description

The functionality for creating an archive file.

Use compress.createArchiver() to create this object.

Supported Script Types

Server scripts

For more information, see SuiteScript 2.x Script Types.

Module

N/compress Module

Methods and Properties

Archiver Object Members

Since

2020.2

Syntax

Important:

The following code sample shows the syntax for this member. It is not a functional example. For a complete script example, see N/compress Module Script Sample.

            // Add additional code
...
 var archiver = compress.createArchiver();
...
// Add additional code 

          

General Notices