> On Dec 17, 2014, at 9:46 AM, Ami Kapadia <[email protected]> wrote: > > I don't get data like "started_on" or "updated_on". Any idea on this? I want > to display data like "Last sync time" and "All data are synced or not". So, > those data will be helpful.
Are those properties that are in CouchDB's _active_tasks? I don't think we've implemented them. We may have ignored "started_on" because your app starts the replication itself, and if capturing the time is important, it can do that itself. You can tell if all data is synced: the "status" property will change to "Idle". (Or in the case of a non-continuous replication, the task will stop.) —Jens -- You received this message because you are subscribed to the Google Groups "Couchbase Mobile" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mobile-couchbase/9F7395E6-0B28-4C9A-B35E-318B3D1BF709%40couchbase.com. For more options, visit https://groups.google.com/d/optout.
