Skip to content

Latest commit

 

History

History
54 lines (46 loc) · 1.46 KB

thumbnail.md

File metadata and controls

54 lines (46 loc) · 1.46 KB
author ms.author ms.date title ms.localizationpriority
JeremyKelley
JeremyKe
09/10/2017
Thumbnail - OneDrive API
Medium

Thumbnail resource type

The thumbnail resource type represents a thumbnail for an image, video, document, or any item that has a bitmap representation.

JSON representation

Here is a JSON representation of the thumbnail resource.

{
  "height": 1024,
  "sourceItemId": "string",
  "url": "string",
  "width": 1024,
  "content": "stream"
}

Properties

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.