public sealed class FileInfo : IMessage<FileInfo>, IEquatable<FileInfo>, IDeepCloneable<FileInfo>, IBufferMessage, IMessage
Single source file that is part of the version to be deployed. Each source file that is deployed must be specified separately.
Implements
IMessage<FileInfo>, IEquatable<FileInfo>, IDeepCloneable<FileInfo>, IBufferMessage, IMessageNamespace
Google.Cloud.AppEngine.V1Assembly
Google.Cloud.AppEngine.V1.dll
Constructors
FileInfo()
public FileInfo()
FileInfo(FileInfo)
public FileInfo(FileInfo other)
Parameter | |
---|---|
Name | Description |
other | FileInfo |
Properties
MimeType
public string MimeType { get; set; }
The MIME type of the file.
Defaults to the value from Google Cloud Storage.
Property Value | |
---|---|
Type | Description |
String |
Sha1Sum
public string Sha1Sum { get; set; }
The SHA1 hash of the file, in hex.
Property Value | |
---|---|
Type | Description |
String |
SourceUrl
public string SourceUrl { get; set; }
URL source to use to fetch this file. 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 |