Class ZipInfo
The zip file information for a zip deployment.
Implements
Inherited Members
Namespace: Google.Apis.Appengine.v1.Data
Assembly: Google.Apis.Appengine.v1.dll
Syntax
public class ZipInfo : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FilesCount
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.
Declaration
[JsonProperty("filesCount")]
public virtual int? FilesCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
SourceUrl
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//'.
Declaration
[JsonProperty("sourceUrl")]
public virtual string SourceUrl { get; set; }
Property Value
Type | Description |
---|---|
string |