Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The photo resource provides photo and camera properties, for example, EXIF metadata, on a driveItem.
JSON representation
{
"cameraMake": "string",
"cameraModel": "string",
"exposureDenominator": 1000.0,
"exposureNumerator": 1.0,
"fNumber": 1.8,
"focalLength": 22.5,
"iso": 100,
"takenDateTime": "String (timestamp)"
}
Properties
Property | Type | Description |
---|---|---|
takenDateTime | DateTimeOffset | Represents the date and time the photo was taken. Read-only. |
cameraMake | String | Camera manufacturer. Read-only. |
cameraModel | String | Camera model. Read-only. |
fNumber | Double | The F-stop value from the camera. Read-only. |
exposureDenominator | Double | The denominator for the exposure time fraction from the camera. Read-only. |
exposureNumerator | Double | The numerator for the exposure time fraction from the camera. Read-only. |
focalLength | Double | The focal length from the camera. Read-only. |
iso | Int32 | The ISO value from the camera. Read-only. |
Remarks
OneDrive for Business and SharePoint only return the takenDateTime property.
For more information about the facets on a DriveItem, see DriveItem.