IndexSynchronizationResults
editIndexSynchronizationResults
editResults from synchronizing indices
Properties
edit-
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
Example
edit{ "created" : [ "string" ], "deleted" : [ "string" ], "errors" : [ "string" ], "updated" : [ "string" ] }