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-03-21 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 available in the `Google.Cloud.AppEngine.V1.dll` assembly."],["The latest version is 2.4.0, however the documentation focuses on version 1.3.0 of the `ZipInfo` class."],["`ZipInfo` offers two constructors and includes properties such as `FilesCount` (an estimate of files) and `SourceUrl` (the zip file's URL in Google Cloud Storage)."],["The `ZipInfo` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class, with various methods from this base class included."]]],[]]