public sealed class UploadFileInfo : IMessage<UploadFileInfo>, IEquatable<UploadFileInfo>, IDeepCloneable<UploadFileInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Migration Center v1 API class UploadFileInfo.
A resource that contains a URI to which a data file can be uploaded.
Implements
IMessageUploadFileInfo, IEquatableUploadFileInfo, IDeepCloneableUploadFileInfo, IBufferMessage, IMessageNamespace
Google.Cloud.MigrationCenter.V1Assembly
Google.Cloud.MigrationCenter.V1.dll
Constructors
UploadFileInfo()
public UploadFileInfo()
UploadFileInfo(UploadFileInfo)
public UploadFileInfo(UploadFileInfo other)
Parameter | |
---|---|
Name | Description |
other |
UploadFileInfo |
Properties
Headers
public MapField<string, string> Headers { get; }
Output only. The headers that were used to sign the URI.
Property Value | |
---|---|
Type | Description |
MapFieldstringstring |
SignedUri
public string SignedUri { get; set; }
Output only. Upload URI for the file.
Property Value | |
---|---|
Type | Description |
string |
UriExpirationTime
public Timestamp UriExpirationTime { get; set; }
Output only. Expiration time of the upload URI.
Property Value | |
---|---|
Type | Description |
Timestamp |