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.

  1. {
  2. "id": 59,
  3. "globalID": 59,
  4. "type": "LocalIndexUpdated",
  5. "time": "2014-07-17T13:27:28.051369434+02:00",
  6. "data": {
  7. "folder": "default",
  8. "items": 1000,
  9. "filenames": [
  10. "foo",
  11. "bar",
  12. "baz"
  13. ],
  14. "sequence": 12345,
  15. "version": 12345
  16. }
  17. }

Deprecated since version v1.10.0: The version field is a legacy name kept only for compatibility. Use the sequence field with identical content instead.