home *** CD-ROM | disk | FTP | other *** search
/ Freelog 100 / FreelogNo100-NovembreDecembre2010.iso / GestionFichiers / Mo-Search / Install_Mo-Search_3.1.1_Beta2.exe / MoFS.mde / IndexInfo.json < prev    next >
JavaScript Object Notation  |  2010-08-11  |  441b

  1. {
  2.     "schema": {
  3.         "CreatedDate": "DateTime",
  4.         "ModifiedDate": "DateTime",
  5.         "Status": "Text (255)",
  6.         "IndexedCountNow": "Long Integer NOT NULL",
  7.         "DbVersion": "Long Integer NOT NULL",
  8.         "LastStatsCalculate": "DateTime NOT NULL",
  9.         "LastIndexChange": "DateTime NOT NULL",
  10.         "LastIndexClean": "DateTime NOT NULL"
  11.     },
  12.     "data": [
  13.         {
  14.             "IndexedCountNow": 0,
  15.             "DbVersion": 13,
  16.             "LastStatsCalculate": "01/01/08 00:00:00",
  17.             "LastIndexChange": "01/02/08 00:00:00",
  18.             "LastIndexClean": "01/01/08 00:00:00"
  19.         }
  20.     ]
  21. }