Show / Hide Table of Contents

Class File.ThumbnailData

A thumbnail for the file. This will only be used if a standard thumbnail cannot be generated.

Inheritance
object
File.ThumbnailData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Drive.v2.Data
Assembly: Google.Apis.Drive.v2.dll
Syntax
public class File.ThumbnailData

Properties

Image

The URL-safe Base64 encoded bytes of the thumbnail image. It should conform to RFC 4648 section 5.

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

MimeType

The MIME type of the thumbnail.

Declaration
[JsonProperty("mimeType")]
public virtual string MimeType { get; set; }
Property Value
Type Description
string
In This Article
Back to top Generated by DocFX