Table of Contents

Class ObjectStore

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

ObjectStore

public sealed class ObjectStore
Inheritance
ObjectStore
Inherited Members

Properties

AutoIncrement

autoIncrement

[JsonPropertyName("autoIncrement")]
public bool AutoIncrement { get; set; }

Property Value

bool

Indexes

indexes

[JsonPropertyName("indexes")]
public ObjectStoreIndex[] Indexes { get; set; }

Property Value

ObjectStoreIndex[]

KeyPath

keyPath

[JsonPropertyName("keyPath")]
public KeyPath KeyPath { get; set; }

Property Value

KeyPath

Name

name

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

Property Value

string