FolderSummary

The FolderSummary event is emitted when folder contents have changed locally. This can be used to calculate the current local completion state.

  1. {
  2. "id": 16,
  3. "globalID": 16,
  4. "type": "FolderSummary",
  5. "time": "2015-04-17T14:12:20.460121585+09:00",
  6. "data": {
  7. "folder": "default",
  8. "summary": {
  9. "globalBytes": 0,
  10. "globalDeleted": 0,
  11. "globalFiles": 0,
  12. "ignorePatterns": false,
  13. "inSyncBytes": 0,
  14. "inSyncFiles": 0,
  15. "invalid": "",
  16. "localBytes": 0,
  17. "localDeleted": 0,
  18. "localFiles": 0,
  19. "needBytes": 0,
  20. "needFiles": 0,
  21. "state": "idle",
  22. "stateChanged": "2015-04-17T14:12:12.455224687+09:00",
  23. "version": 0
  24. }
  25. }
  26. }