filesCount property

int? filesCount
getter/setter pair

An estimate of the number of files in a zip for a zip deployment.

If set, must be greater than or equal to the actual number of files. Used for optimizing performance; if not provided, deployment may be slow.

Implementation

core.int? filesCount;