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.
URL of the zip file to deploy from. Must be a URL to a resource in
Google Cloud Storage in the form
'http(s)://storage.googleapis.com/<bucket>/<object>'.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["This webpage details the `ZipInfo` class, which is used for managing zip file information in Google Cloud App Engine deployments."],["The `ZipInfo` class has two constructors, one default and another that accepts another `ZipInfo` instance for copying."],["The `FilesCount` property provides an estimate of the number of files in the zip, which can help optimize deployment performance, and should be greater than or equal to the actual number of files."],["The `SourceUrl` property specifies the location of the zip file in Google Cloud Storage using a URL in the format 'http(s)://storage.googleapis.com/\\\u003cbucket\\\u003e/\\\u003cobject\\\u003e'."],["The `ZipInfo` class has several versions available, ranging from 1.0.0 to the most recent version of 2.4.0, that can be referenced for the developer's needs."]]],[]]