ThumbnailSet-RessourcentypThumbnailSet resource type
Namespace: microsoft.graphNamespace: microsoft.graph
Die ThumbnailSet-Ressource ist eine verschlüsselter Sammlung von thumbnail-Ressourcen. Sie wird zum Darstellen eines Satzes von Miniaturansichten verwendet, die mit einem DriveItem verknüpft sind.The ThumbnailSet resource is a keyed collection of thumbnail resources. It is used to represent a set of thumbnails associated with a DriveItem.
JSON-DarstellungJSON representation
Es folgt eine JSON-Darstellung der Ressource.Here is a JSON representation of the resource.
{
"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" }
}
EigenschaftenProperties
EigenschaftProperty | TypType | BeschreibungDescription |
---|---|---|
idid | StringString | Die ID innerhalb des Elements. Schreibgeschützt.The id within the item. Read-only. |
largelarge | MiniaturansichtThumbnail | Eine skalierte Miniaturansicht von 1920x1920.A 1920x1920 scaled thumbnail. |
mediummedium | MiniaturansichtThumbnail | Eine skalierte Miniaturansicht von 176x176.A 176x176 scaled thumbnail. |
smallsmall | MiniaturansichtThumbnail | Eine zugeschnittene Miniaturansicht von 48x48.A 48x48 cropped thumbnail. |
sourcesource | MiniaturansichtThumbnail | Eine benutzerdefiniertes Miniaturbild oder das ursprüngliche Bild, das zum Erstellen anderer Miniaturansichten verwendet wird.A custom thumbnail image or the original image used to generate other thumbnails. |