Class File.ContentHintsData
Additional information about the content of the file. These fields are never populated in responses.
Inherited Members
Namespace: Google.Apis.Drive.v3.Data
Assembly: Google.Apis.Drive.v3.dll
Syntax
public class File.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.
Declaration
[JsonProperty("indexableText")]
public virtual string IndexableText { get; set; }
Property Value
Type | Description |
---|---|
string |
Thumbnail
A thumbnail for the file. This will only be used if Google Drive cannot generate a standard thumbnail.
Declaration
[JsonProperty("thumbnail")]
public virtual File.ContentHintsData.ThumbnailData Thumbnail { get; set; }
Property Value
Type | Description |
---|---|
File.ContentHintsData.ThumbnailData |