Table of Contents

Class ObjectStore

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

Object store.

public sealed class ObjectStore
Inheritance
ObjectStore
Inherited Members

Properties

AutoIncrement

If true, object store has auto increment flag set.

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

Property Value

bool

Indexes

Indexes in this object store.

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

Property Value

ObjectStoreIndex[]

KeyPath

Object store key path.

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

Property Value

KeyPath

Name

Object store name.

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

Property Value

string