Skip to content

Latest commit

 

History

History
63 lines (51 loc) · 2.23 KB

File metadata and controls

63 lines (51 loc) · 2.23 KB
author description ms.date title ms.localizationpriority doc_type ms.subservice
spgraph-docs-team
The ThumbnailSet resource is a keyed collection of thumbnail resources.
09/10/2017
ThumbnailSet
medium
resourcePageType
sharepoint

ThumbnailSet resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

The ThumbnailSet resource is a keyed collection of thumbnail resources. It's used to represent a set of thumbnails associated with a DriveItem.

JSON representation

The following JSON representation shows the resource type.

{
  "id": "string (identifier)",
  "large": { "@odata.type": "microsoft.graph.thumbnail" },
  "medium": { "@odata.type": "microsoft.graph.thumbnail" },
  "small": { "@odata.type": "microsoft.graph.thumbnail" },
  "source": { "@odata.type": "microsoft.graph.thumbnail" }
}

Properties

Property Type Description
id String The ID within the item. Read-only.
large Thumbnail A 1920x1920 scaled thumbnail.
medium Thumbnail A 176x176 scaled thumbnail.
small Thumbnail A 48x48 cropped thumbnail.
source Thumbnail A custom thumbnail image or the original image used to generate other thumbnails.