The Photo object contains info about a user's photos on SkyDrive. The
Live Connect REST API supports creating, reading, updating, and deleting
Photo objects. Use the wl.photos scope to read Photo objects. Use the
wl.contacts_photos scope to read any albums, photos, videos, and audio
that other users have shared with the user. Use the wl.skydrive_update
scope to create, update, or delete Photo objects.
Properties
public camera_make: string
Defined in oft-live-connect/microsoft-live-connect.d.ts:1178
The manufacturer of the camera that took the photo.
public camera_model: string
Defined in oft-live-connect/microsoft-live-connect.d.ts:1182
The brand and model number of the camera that took the photo.
public comments_count: number
Defined in oft-live-connect/microsoft-live-connect.d.ts:1110
The number of comments associated with the photo.
public comments_enabled: boolean
Defined in oft-live-connect/microsoft-live-connect.d.ts:1115
A value that indicates whether comments are enabled for the photo. If
comments can be made, this value is true; otherwise, it is false.
public created_time: string
Defined in oft-live-connect/microsoft-live-connect.d.ts:1209
The time, in ISO 8601 format, at which the photo was created.
public description: string
Defined in oft-live-connect/microsoft-live-connect.d.ts:1098
A description of the photo, or null if no description is specified.
public exposure_denominator: number
Defined in oft-live-connect/microsoft-live-connect.d.ts:1201
The denominator of the shutter speed (for example, the "15" in "1/15
s") that the photo was taken at.
public exposure_numerator: number
Defined in oft-live-connect/microsoft-live-connect.d.ts:1196
The numerator of the shutter speed (for example, the "1" in "1/15 s")
that the photo was taken at.
public focal_length: number
Defined in oft-live-connect/microsoft-live-connect.d.ts:1191
The focal length that the photo was taken at, typically expressed in
millimeters for newer lenses.
public focal_ratio: number
Defined in oft-live-connect/microsoft-live-connect.d.ts:1186
The f-number that the photo was taken at.
Defined in oft-live-connect/microsoft-live-connect.d.ts:1090
Info about the user who uploaded the photo.
public height: number
Defined in oft-live-connect/microsoft-live-connect.d.ts:1161
The height, in pixels, of the photo.
public id: string
Defined in oft-live-connect/microsoft-live-connect.d.ts:1086
The Photo object's ID.
Defined in oft-live-connect/microsoft-live-connect.d.ts:1148
Info about various sizes of the photo.
public is_embeddable: boolean
Defined in oft-live-connect/microsoft-live-connect.d.ts:1129
A value that indicates whether this photo can be embedded. If this
photo can be embedded, this value is true; otherwise, it is false.
public link: string
Defined in oft-live-connect/microsoft-live-connect.d.ts:1152
A URL of the photo, hosted in SkyDrive.
Defined in oft-live-connect/microsoft-live-connect.d.ts:1174
The location where the photo was taken.
Note: The location object is not available for shared photos.
public name: string
Defined in oft-live-connect/microsoft-live-connect.d.ts:1094
The file name of the photo.
public parent_id: string
Defined in oft-live-connect/microsoft-live-connect.d.ts:1102
The ID of the folder where the item is stored.
public picture: string
Defined in oft-live-connect/microsoft-live-connect.d.ts:1133
A URL of the photo's picture.
Defined in oft-live-connect/microsoft-live-connect.d.ts:1205
The object that contains permissions info for the photo.
public size: number
Defined in oft-live-connect/microsoft-live-connect.d.ts:1106
The size, in bytes, of the photo.
public source: string
Defined in oft-live-connect/microsoft-live-connect.d.ts:1139
The download URL for the photo.
Warning: This value is not persistent. Use it immediately after
making the request, and avoid caching.
public tags_count: number
Defined in oft-live-connect/microsoft-live-connect.d.ts:1119
The number of tags on the photo.
public tags_enabled: boolean
Defined in oft-live-connect/microsoft-live-connect.d.ts:1124
A value that indicates whether tags are enabled for the photo. If
users can tag the photo, this value is true; otherwise, it is false.
public type: string
Defined in oft-live-connect/microsoft-live-connect.d.ts:1169
The type of object; in this case, "photo".
public updated_time: string
Defined in oft-live-connect/microsoft-live-connect.d.ts:1213
The time, in ISO 8601 format, at which the photo was last updated.
public upload_location: string
Defined in oft-live-connect/microsoft-live-connect.d.ts:1144
The URL to upload photo content hosted in SkyDrive. This value is
returned only if the wl.skydrive scope is present.
public when_taken: string
Defined in oft-live-connect/microsoft-live-connect.d.ts:1157
The date, in ISO 8601 format, on which the photo was taken, or null
if no date is specified.
public width: number
Defined in oft-live-connect/microsoft-live-connect.d.ts:1165
The width, in pixels, of the photo.