ThumbnailSet

ThumbnailSet class

https://docs.microsoft.com/en-us/graph/api/resources/thumbnailset?view=graph-rest-1.0 The ThumbnailSet resource is a keyed collection of thumbnail resources. It is used to represent a set of thumbnails associated with a DriveItem.

Methods

NameDescription
get_IdThe id within the item.Read-only.
get_LargeA 1920x1920 scaled thumbnail.
get_MediumA 176x176 scaled thumbnail.
get_SmallA 48x48 cropped thumbnail.
get_SourceA custom thumbnail image or the original image used to generate other thumbnails.
set_IdThe id within the item.Read-only.
set_LargeA 1920x1920 scaled thumbnail.
set_MediumA 176x176 scaled thumbnail.
set_SmallA 48x48 cropped thumbnail.
set_SourceA custom thumbnail image or the original image used to generate other thumbnails.