Class IndexedDB.GetMetadataResponse

java.lang.Object
org.openqa.selenium.devtools.v85.indexeddb.IndexedDB.GetMetadataResponse
Enclosing class:
IndexedDB

public static class IndexedDB.GetMetadataResponse extends Object
  • Constructor Details

    • GetMetadataResponse

      public GetMetadataResponse(Number entriesCount, Number keyGeneratorValue)
  • Method Details

    • getEntriesCount

      public Number getEntriesCount()
      the entries count
    • getKeyGeneratorValue

      public Number getKeyGeneratorValue()
      the current value of key generator, to become the next inserted key into the object store. Valid if objectStore.autoIncrement is true.