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, part of the `Google.Cloud.AppEngine.V1` namespace, is implemented in the `Google.Cloud.AppEngine.V1.dll` assembly."],["The latest version is 2.4.0, however this page displays the 1.1.0 version of the `ZipInfo` class."],["`ZipInfo` includes properties like `FilesCount`, representing the estimated number of files in the zip, and `SourceUrl`, specifying the Google Cloud Storage URL of the zip file."],["`ZipInfo` is constructed using a default constructor `ZipInfo()` and a constructor that takes in another `ZipInfo` object `ZipInfo(ZipInfo other)`."]]],[]]