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."],[[["The latest version available for `Google.Cloud.AppEngine.V1.ZipInfo` is 2.4.0, and it is one of several versions ranging from 1.0.0 to the newest version."],["`ZipInfo` is a class that provides zip file information for zip deployments, and it implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`ZipInfo` includes two constructors, a default one and one that accepts another `ZipInfo` object as a parameter."],["The `ZipInfo` class contains two properties: `FilesCount`, which is an integer representing the estimated number of files, and `SourceUrl`, which is a string containing the URL of the zip file in Google Cloud Storage."],["The `ZipInfo` class inherits members from the base `Object` class such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]