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.

The ThumbnailSet type exposes the following members:

Constructors

NameDescription
ThumbnailSet()Initializes a new instance of the ThumbnailSet class

Properties

NameDescription
idThe id within the item.Read-only.
largeA 1920x1920 scaled thumbnail.
mediumA 176x176 scaled thumbnail.
smallA 48x48 cropped thumbnail.
sourceA custom thumbnail image or the original image used to generate other thumbnails.

See Also