[Developers] determining when a property is updated

Augusto Callejas acallejas at appliedminds.com
Mon Jun 23 21:54:50 UTC 2008


basically i want to do a query that gets all properties
that have been updated, but i also want to be able to detect
when a property/link has been removed, so knowing when a
link/property is removed is important too.

thanks,
augusto.


On 6/20/08 3:17 PM, "Dae Park" <daepark at metaweb.com> wrote:

> you can use the "link" property inside any property to get the
> timestamp of when the property/link was last updated:
> 
> {
>    "guid" : "#9202a8c04000641f80000000076302d2",
>    "name" : {
>      "lang" : "/lang/en",
>      "link" : {
>        "timestamp" : null
>      },
>      "value" : null
>    }
> }
> 
> -dae
> 
> On Jun 20, 2008, at 3:07 PM, Augusto Callejas wrote:
> 
>> hi-
>> 
>> i updated the "name" property for an object:
>> 
>> {
>>   "guid" : "#9202a8c04000641f80000000076302d2",
>>   "name" : {
>>     "connect" : "update",
>>     "lang" : "/lang/en",
>>     "value" : "zzz"
>>   }
>> }
>> 
>> and now i'd like to be able to detect in general when
>> a property is updated like this.  there is the 'timestamp'
>> property, but that only applies the the object and when
>> it was created, not when a property of that object was
>> created:
>> 
>> {
>>   "guid" : "#9202a8c04000641f80000000076302d2",
>>   "name" : null,
>>   "timestamp" : null
>> }
>> 
>> is there any way to determine this?
>> 
>> thanks,
>> augusto.
>> 
>> 
>> _______________________________________________
>> Developers mailing list
>> Developers at freebase.com
>> http://lists.freebase.com/mailman/listinfo/developers
> 
> _______________________________________________
> Developers mailing list
> Developers at freebase.com
> http://lists.freebase.com/mailman/listinfo/developers




More information about the Developers mailing list