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
| Name | Description |
|---|---|
| get_Id | The id within the item.Read-only. |
| get_Large | A 1920x1920 scaled thumbnail. |
| get_Medium | A 176x176 scaled thumbnail. |
| get_Small | A 48x48 cropped thumbnail. |
| get_Source | A custom thumbnail image or the original image used to generate other thumbnails. |
| set_Id | The id within the item.Read-only. |
| set_Large | A 1920x1920 scaled thumbnail. |
| set_Medium | A 176x176 scaled thumbnail. |
| set_Small | A 48x48 cropped thumbnail. |
| set_Source | A custom thumbnail image or the original image used to generate other thumbnails. |