Migration Center v1 API - Class UploadFileInfo (1.1.0)

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.

Inheritance

object > UploadFileInfo

Namespace

Google.Cloud.MigrationCenter.V1

Assembly

Google.Cloud.MigrationCenter.V1.dll

Constructors

UploadFileInfo()

public UploadFileInfo()

UploadFileInfo(UploadFileInfo)

public UploadFileInfo(UploadFileInfo other)
Parameter
NameDescription
otherUploadFileInfo

Properties

Headers

public MapField<string, string> Headers { get; }

Output only. The headers that were used to sign the URI.

Property Value
TypeDescription
MapFieldstringstring

SignedUri

public string SignedUri { get; set; }

Output only. Upload URI for the file.

Property Value
TypeDescription
string

UriExpirationTime

public Timestamp UriExpirationTime { get; set; }

Output only. Expiration time of the upload URI.

Property Value
TypeDescription
Timestamp