Files
syncthing/events/localindexupdated.rst
T
2015-05-28 12:40:43 +02:00

19 lines
420 B
ReStructuredText

LocalIndexUpdated
-----------------
Generated when the local index information has changed, due to
synchronizing one or more items from the cluster or discovering local
changes during a scan.
.. code:: json
{
"id": 59,
"type": "LocalIndexUpdated",
"time": "2014-07-17T13:27:28.051369434+02:00",
"data": {
"folder": "default",
"items": 1000,
}
}