Gjsify LogoGjsify Logo

Hierarchy

Index

Properties

album_id?: string

The ID for the file's album. This is in the same form as returned by gdata_picasaweb_album_get_id().

For more information, see the gphoto specification.

caption?: string

The file's descriptive caption.

checksum?: string

A checksum of the file, useful for duplicate detection.

For more information, see the gphoto specification.

constructed_from_xml?: boolean

Specifies whether the object was constructed by parsing XML or manually.

content?: string

The content of the entry. This is mutually exclusive with #GDataEntry:content.

For more information, see the Atom specification.

content_uri?: string

A URI pointing to the location of the content of the entry. This is mutually exclusive with #GDataEntry:content.

For more information, see the Atom specification.

etag?: string

An identifier for a particular version of the entry. This changes every time the entry on the server changes, and can be used for conditional retrieval and locking.

For more information, see the GData specification.

file_id?: string

The ID of the file. This is a substring of the ID returned by gdata_entry_get_id() for #GDataPicasaWebFiles; for example, if gdata_entry_get_id() returned "http://picasaweb.google.com/data/entry/user/libgdata.picasaweb/albumid/5328889949261497249/photoid/5328890138794566386" for a particular #GDataPicasaWebFile, the #GDataPicasaWebFile:file-id property would be "5328890138794566386".

For more information, see the gphoto specification.

id?: string

A permanent, universally unique identifier for the entry, in IRI form. This is %NULL for new entries (i.e. ones which haven't yet been inserted on the server, created with gdata_entry_new()), and a non-empty IRI string for all other entries.

For more information, see the Atom specification.

is_commenting_enabled?: boolean

Whether commenting is enabled for this file.

latitude?: number

The location as a latitude coordinate associated with this file. Valid latitudes range from -90.0 to 90.0 inclusive.

For more information, see the GeoRSS specification.

longitude?: number

The location as a longitude coordinate associated with this file. Valid longitudes range from -180.0 to 180.0 inclusive.

For more information, see the GeoRSS specification.

rights?: string

The ownership rights pertaining to the entry.

For more information, see the Atom specification.

rotation?: number

The rotation of the photo, in degrees. This will only be non-zero for files which are pending rotation, and haven't yet been permanently modified. For files which have already been rotated, this will be 0.

For more information, see the gphoto specification.

summary?: string

A short summary, abstract, or excerpt of the entry.

For more information, see the Atom specification.

tags?: string[]

A %NULL-terminated array of tags associated with the file.

For more information, see the Media RSS specification.

timestamp?: number

The time the file was purportedly taken. This a UNIX timestamp in milliseconds (not seconds) since the epoch.

For more information, see the gphoto specification.

title?: string

A human-readable title for the entry.

For more information, see the Atom specification.

version?: string

The version number of the file. Version numbers are based on modification time, so they don't increment linearly.

For more information, see the gphoto specification.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method