Foto-Ressourcentypphoto resource type
Namespace: microsoft.graphNamespace: microsoft.graph
Wichtig
APIs unter der /beta
Version in Microsoft Graph können geändert werden.APIs under the /beta
version in Microsoft Graph are subject to change. Die Verwendung dieser APIs in Produktionsanwendungen wird nicht unterstützt.Use of these APIs in production applications is not supported. Verwenden Sie die Versionsauswahl, um zu ermitteln, ob eine API in Version 1.0 verfügbar ist.To determine whether an API is available in v1.0, use the Version selector.
Die photo-Ressource stellt Foto- und Kameraeigenschaften auf einem DriveItem bereit, z. B. EXIF-Metadaten.The photo resource provides photo and camera properties, for example, EXIF metadata, on a driveItem.
Hinweis
Derzeit ist nur takenDateTime in OneDrive für Unternehmen und SharePoint verfügbar.Currently, only takenDateTime is available on OneDrive for Business and SharePoint.
EigenschaftenProperties
EigenschaftProperty | TypType | BeschreibungDescription |
---|---|---|
cameraMakecameraMake | StringString | Kamerahersteller Schreibgeschützt.Camera manufacturer. Read-only. |
cameraModelcameraModel | StringString | Kameramodell. Schreibgeschützt.Camera model. Read-only. |
exposureDenominatorexposureDenominator | Gleitkommawert mit doppelter GenauigkeitDouble | Der Nenner der Bruchzahl für die Belichtungszeit der Kamera. Schreibgeschützt.The denominator for the exposure time fraction from the camera. Read-only. |
exposureNumeratorexposureNumerator | Gleitkommawert mit doppelter GenauigkeitDouble | Der Zähler der Bruchzahl für die Belichtungszeit der Kamera. Schreibgeschützt.The numerator for the exposure time fraction from the camera. Read-only. |
fNumberfNumber | Gleitkommawert mit doppelter GenauigkeitDouble | Die Blendenzahl der Kamera. Schreibgeschützt.The F-stop value from the camera. Read-only. |
focalLengthfocalLength | Gleitkommawert mit doppelter GenauigkeitDouble | Die Brennweite der Kamera. Schreibgeschützt.The focal length from the camera. Read-only. |
isoiso | Int32Int32 | Der ISO-Wert der Kamera. Schreibgeschützt.The ISO value from the camera. Read-only. |
orientationorientation | Int16Int16 | Der Orientierungswert der Kamera.The orientation value from the camera. Schreibbar auf OneDrive Personal.Writable on OneDrive Personal. |
takenDateTimetakenDateTime | DateTimeOffsetDateTimeOffset | Das Datum und die Uhrzeit, zu der das Foto in UTC-Zeit aufgenommen wurde.The date and time the photo was taken in UTC time. Schreibgeschützt.Read-only. |
JSON-DarstellungJSON representation
Es folgt eine JSON-Darstellung der Ressource.The following is a JSON representation of the resource.
{
"cameraMake": "String",
"cameraModel": "String",
"exposureDenominator": 1000.0,
"exposureNumerator": 1.0,
"fNumber": 1.8,
"focalLength": 22.5,
"iso": 100,
"orientation": 3,
"takenDateTime": "String (timestamp)"
}