Skip to content

Latest commit

 

History

History
66 lines (53 loc) · 2.25 KB

File metadata and controls

66 lines (53 loc) · 2.25 KB
author spgraph-docs-team
description The ThumbnailSet resource is a keyed collection of thumbnail resources.
ms.date 09/10/2017
title ThumbnailSet
ms.localizationpriority medium
doc_type resourcePageType
ms.subservice 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.

Relationships

None.

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.