Class LegacyUploadMetadata
The original UploadMetadata that this DriveMetadata was converted from.
Inheritance
object
LegacyUploadMetadata
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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 |
|---|---|
| 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 |
|---|---|
| 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 |