| layout | default | ||||
|---|---|---|---|---|---|
| menu_item | api | ||||
| title | IndexConflictIterator | ||||
| description | Version 0.26.1 | ||||
| return_to |
|
||||
| sections |
|
IndexConflictIterator.create(index).then(function(indexConflictIterator) {
// Use indexConflictIterator
});| Parameters | Type | |
|---|---|---|
| index | Index | The index to scan |
| Returns | |
|---|---|
| IndexConflictIterator | The newly created conflict iterator |
var indexEntry = indexConflictIterator.next();| Returns | |
|---|---|
| IndexEntry |