Table of Contents

Class ObjectStoreIndex

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

Object store index.

public sealed class ObjectStoreIndex
Inheritance
ObjectStoreIndex
Inherited Members

Properties

KeyPath

Index key path.

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

Property Value

KeyPath

MultiEntry

If true, index allows multiple entries for a key.

[JsonPropertyName("multiEntry")]
public bool MultiEntry { get; set; }

Property Value

bool

Name

Index name.

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

Property Value

string

Unique

If true, index is unique.

[JsonPropertyName("unique")]
public bool Unique { get; set; }

Property Value

bool