Show / Hide Table of Contents

Class LegacyUploadMetadata

The original UploadMetadata that this DriveMetadata was converted from.

Inheritance
System.Object
LegacyUploadMetadata
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class LegacyUploadMetadata : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

LegacyUniqueId

A unique ID generated from legacy UploadMetadata. This is used for interopping URLs after uploading blob to shared drive. Links in Classic might break without this. go/drive-file-attachment-interop-from-dynamite.

Declaration
[JsonProperty("legacyUniqueId")]
public virtual string LegacyUniqueId { get; set; }
Property Value
Type Description
System.String

UploadMetadata

The blob in this UploadMetadata has been uploaded to shared drive. This UploadMetadata is no longer attached to a message. go/shared-drive-data-migration.

Declaration
[JsonProperty("uploadMetadata")]
public virtual UploadMetadata UploadMetadata { get; set; }
Property Value
Type Description
UploadMetadata

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top