ModelVersionIndexSynchronizationResults

edit

Results from synchronizing indices by model version

Properties

edit
results (map[string,IndexSynchronizationResults], required)
The results of synchronizing indices organized by model version

Example

edit
{
   "results" : {
      "some_property" : {
         "created" : [
            "string"
         ],
         "deleted" : [
            "string"
         ],
         "errors" : [
            "string"
         ],
         "updated" : [
            "string"
         ]
      }
   }
}