Class ObjectStoreIndex

java.lang.Object
org.openqa.selenium.devtools.v85.indexeddb.model.ObjectStoreIndex

public class ObjectStoreIndex extends Object
Object store index.
  • Constructor Details

  • Method Details

    • getName

      public String getName()
      Index name.
    • getKeyPath

      public KeyPath getKeyPath()
      Index key path.
    • getUnique

      public Boolean getUnique()
      If true, index is unique.
    • getMultiEntry

      public Boolean getMultiEntry()
      If true, index allows multiple entries for a key.