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.
public class ThumbnailSet
Constructors
Properties
Name |
Description |
Id { get; set; } |
The id within the item.Read-only. |
Large { get; set; } |
A 1920x1920 scaled thumbnail. |
Medium { get; set; } |
A 176x176 scaled thumbnail. |
Small { get; set; } |
A 48x48 cropped thumbnail. |
Source { get; set; } |
A custom thumbnail image or the original image used to generate other thumbnails. |
See Also