Show / Hide Table of Contents

Class UploadFileInfo

A resource that contains a URI to which a data file can be uploaded.

Inheritance
object
UploadFileInfo
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.MigrationCenterAPI.v1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1.dll
Syntax
public class UploadFileInfo : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Headers

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

Declaration
[JsonProperty("headers")]
public virtual IDictionary<string, string> Headers { get; set; }
Property Value
Type Description
IDictionary<string, string>

SignedUri

Output only. Upload URI for the file.

Declaration
[JsonProperty("signedUri")]
public virtual string SignedUri { get; set; }
Property Value
Type Description
string

UriExpirationTime

object representation of UriExpirationTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use UriExpirationTimeDateTimeOffset instead.")]
public virtual object UriExpirationTime { get; set; }
Property Value
Type Description
object

UriExpirationTimeDateTimeOffset

DateTimeOffset representation of UriExpirationTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? UriExpirationTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

UriExpirationTimeRaw

Output only. Expiration time of the upload URI.

Declaration
[JsonProperty("uriExpirationTime")]
public virtual string UriExpirationTimeRaw { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX