public sealed class ZipInfo : IMessage<ZipInfo>, IEquatable<ZipInfo>, IDeepCloneable<ZipInfo>, IBufferMessage, IMessage
The zip file information for a zip deployment.
Implements
IMessage<ZipInfo>, IEquatable<ZipInfo>, IDeepCloneable<ZipInfo>, IBufferMessage, IMessageNamespace
Google.Cloud.AppEngine.V1Assembly
Google.Cloud.AppEngine.V1.dll
Constructors
ZipInfo()
public ZipInfo()
ZipInfo(ZipInfo)
public ZipInfo(ZipInfo other)
Parameter | |
---|---|
Name | Description |
other | ZipInfo |
Properties
FilesCount
public int FilesCount { get; set; }
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.
Property Value | |
---|---|
Type | Description |
Int32 |
SourceUrl
public string SourceUrl { get; set; }
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>'.
Property Value | |
---|---|
Type | Description |
String |