Class IndexedDB.GetMetadataResponse
- java.lang.Object
-
- org.openqa.selenium.devtools.indexeddb.IndexedDB.GetMetadataResponse
-
- Enclosing class:
- IndexedDB
public static class IndexedDB.GetMetadataResponse extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GetMetadataResponse(java.lang.Number entriesCount, java.lang.Number keyGeneratorValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Number
getEntriesCount()
the entries countjava.lang.Number
getKeyGeneratorValue()
the current value of key generator, to become the next inserted key into the object store.
-