Table of Contents

Class DatabaseWithObjectStores

Namespace
OpenQA.Selenium.DevTools.V147.IndexedDB
Assembly
Selenium.WebDriver.dll

Database with an array of object stores.

public sealed class DatabaseWithObjectStores
Inheritance
DatabaseWithObjectStores
Inherited Members

Properties

Name

Database name.

[JsonPropertyName("name")]
public string Name { get; set; }

Property Value

string

ObjectStores

Object stores in this database.

[JsonPropertyName("objectStores")]
public ObjectStore[] ObjectStores { get; set; }

Property Value

ObjectStore[]

Version

Database version (type is not 'integer', as the standard requires the version number to be 'unsigned long long')

[JsonPropertyName("version")]
public double Version { get; set; }

Property Value

double