IndexSynchronizationResultsedit

Results from synchronizing indices

Propertiesedit

created (array[string], required)
The ids of documents created in the index by index version
deleted (array[string], required)
The ids of documents deleted from the index by index version
errors (array[string], required)
The regions where document synchronization may have failed
updated (array[string], required)
The ids of documents updated in the index by index version

Exampleedit

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