Thumbnail-RessourcentypThumbnail resource type
Namespace: microsoft.graphNamespace: microsoft.graph
Der thumbnail-Ressourcentyp stellt eine Miniaturansicht für ein Bild, ein Video, ein Dokument oder ein beliebiges Element dar, das über eine Bitmapdarstellung verfügt.The thumbnail resource type represents a thumbnail for an image, video, document, or any item that has a bitmap representation.
JSON-DarstellungJSON representation
Es folgt eine JSON-Darstellung der thumbnail-Ressource.Here is a JSON representation of the thumbnail resource.
{
"height": 1024,
"sourceItemId": "string",
"url": "string",
"width": 1024,
"content": "stream"
}
EigenschaftenProperties
EigenschaftProperty | TypType | BeschreibungDescription |
---|---|---|
heightheight | Int32Int32 | Die Höhe der Miniaturansicht in Pixel.The height of the thumbnail, in pixels. |
sourceItemIdsourceItemId | ZeichenfolgeString | Der eindeutige Bezeichner des Elements, das die Miniaturansicht zur Verfügung stellt. Diese Eigenschaft ist nur verfügbar, wenn eine Ordnerminiaturansicht angefordert wird.The unique identifier of the item that provided the thumbnail. This is only available when a folder thumbnail is requested. |
urlurl | StringString | Die URL, die zum Abrufen der Miniaturansichtsinhalte verwendet wird.The URL used to fetch the thumbnail content. |
widthwidth | Int32Int32 | Die Breite der Miniaturansicht in Pixel.The width of the thumbnail, in pixels. |
contentcontent | StreamStream | Der Inhaltsdatenstrom für die Miniaturansicht.The content stream for the thumbnail. |