Table of Contents

Class ObjectStoreIndex

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

ObjectStoreIndex

public sealed class ObjectStoreIndex
Inheritance
ObjectStoreIndex
Inherited Members

Properties

KeyPath

keyPath

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

Property Value

KeyPath

MultiEntry

multiEntry

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

Property Value

bool

Name

name

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

Property Value

string

Unique

unique

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

Property Value

bool