Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 1022 Bytes

File metadata and controls

39 lines (31 loc) · 1022 Bytes
layout default
menu_item api
title IndexConflictIterator
description Version 0.26.1
return_to
API Documentation Index
/api/
sections
create #next
#create
#next

IndexConflictIterator.create AsyncExperimental

IndexConflictIterator.create(index).then(function(indexConflictIterator) {
  // Use indexConflictIterator
});
Parameters Type
index Index The index to scan
Returns
IndexConflictIterator The newly created conflict iterator

IndexConflictIterator#next SyncExperimental

var indexEntry = indexConflictIterator.next();
Returns
IndexEntry