Class UploadFileInfo
A resource that contains a URI to which a data file can be uploaded.
Implements
Inherited Members
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 |