Fallout 4 fixed alpha maps. The thumbnail resource type represents a thumbnail for an image, video, document, or any item that has a bitmap representation.
For example, a thumbnailSet may include thumbnail objects, such as common ones including small, medium, or large. There are many ways to work with thumbnails on OneDrive. Here are the most common ones: Enumerate available thumbnails for an item; Retrieve a single thumbnail for an item; Retrieve thumbnail content.
Here is a JSON representation of the thumbnail resource.
Property | Type | Description |
---|---|---|
height | Int32 | The height of the thumbnail, in pixels. |
sourceItemId | String | The unique identifier of the item that provided the thumbnail. This is only available when a folder thumbnail is requested. |
url | String | The URL used to fetch the thumbnail content. |
width | Int32 | The width of the thumbnail, in pixels. |
content | Stream | The content stream for the thumbnail. |