Re: revised recording proposal

On 30 November 2012 17:57, Jim Barnett <Jim.Barnett@genesyslab.com> wrote:
> If File inherits from Blob, and Blob is immutable, what does 'lastModifiedDate' mean?  Shouldn't it be the same thing as 'createdDate'?

Immutable only from the perspective of the application.  That blob
might be sourced from a GET request, or the filesystem.  Something put
it whereever it was, and that would have happened at some time.

Received on Saturday, 1 December 2012 03:21:08 UTC