Class ObjectStoreIndex
java.lang.Object
org.openqa.selenium.devtools.v141.indexeddb.model.ObjectStoreIndex
Object store index.
-
Constructor Summary
ConstructorsConstructorDescriptionObjectStoreIndex(String name, KeyPath keyPath, Boolean unique, Boolean multiEntry) -
Method Summary
Modifier and TypeMethodDescriptionIndex key path.If true, index allows multiple entries for a key.getName()Index name.If true, index is unique.
-
Constructor Details
-
ObjectStoreIndex
-
-
Method Details
-
getName
Index name. -
getKeyPath
Index key path. -
getUnique
If true, index is unique. -
getMultiEntry
If true, index allows multiple entries for a key.
-