You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param accountCopyIndex.destinationAppID - The application ID to write the index to.
108
108
* @param accountCopyIndex.destinationApiKey - The API Key of the `destinationAppID` to write the index to, must have write ACLs.
109
109
* @param accountCopyIndex.destinationIndexName - The name of the index to write the copied index to.
110
+
* @param accountCopyIndex.batchSize - The size of the chunk of `objects`. Defaults to 1000.
110
111
* @param requestOptions - The requestOptions to send along with the query, they will be forwarded to the `setSettings`, `saveRules`, `saveSynonyms` and `saveObjects` method and merged with the transporter requestOptions.
* @param accountCopyIndex.destinationAppID - The application ID to write the index to.
108
108
* @param accountCopyIndex.destinationApiKey - The API Key of the `destinationAppID` to write the index to, must have write ACLs.
109
109
* @param accountCopyIndex.destinationIndexName - The name of the index to write the copied index to.
110
+
* @param accountCopyIndex.batchSize - The size of the chunk of `objects`. Defaults to 1000.
110
111
* @param requestOptions - The requestOptions to send along with the query, they will be forwarded to the `setSettings`, `saveRules`, `saveSynonyms` and `saveObjects` method and merged with the transporter requestOptions.
0 commit comments