Changes between Version 1 and Version 2 of Ticket #1324
- Timestamp:
- 09/09/11 16:51:57 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1324 – Description
v1 v2 10 10 * ''mimetype-inner'': mimetype of innermost object (so for example would be text/csv) 11 11 * ''size'': [integer] size of the resource (content length) in bytes. Usually only relevant for resources of type file. 12 * ''last_modified'': [ use datetime or just stick with iso formatted string?] the date when this resource's data was last modified (NB: ''not'' the date when the metadata was modified).12 * ''last_modified'': [datetime] the date when this resource's data was last modified (NB: ''not'' the date when the metadata was modified). 13 13 * cache_url: url for cache of object in ckan storage 14 * cache_last_updated: timestamp when cached version was created14 * cache_last_updated: [datetime] timestamp when cached version was created 15 15 * webstore_url: 16 * webstore_last_updated: timestamp when webstore was last updated16 * webstore_last_updated: [datetime] timestamp when webstore was last updated