Table of Contents

Class File.ContentHintsData

Namespace
Google.Apis.Drive.v3.Data
Assembly
Google.Apis.Drive.v3.dll

Additional information about the content of the file. These fields are never populated in responses.

public class File.ContentHintsData
Inheritance
File.ContentHintsData
Inherited Members

Constructors

ContentHintsData()

public ContentHintsData()

Properties

IndexableText

Text to be indexed for the file to improve fullText queries. This is limited to 128KB in length and may contain HTML elements.

public virtual string IndexableText { get; set; }

Property Value

string

Thumbnail

A thumbnail for the file. This will only be used if Google Drive cannot generate a standard thumbnail.

public virtual File.ContentHintsData.ThumbnailData Thumbnail { get; set; }

Property Value

File.ContentHintsData.ThumbnailData