Table of Contents

Class DataEntry

Namespace
Selenium.WebDriver.BiDi.Cdp.IndexedDB
Assembly
Selenium.WebDriver.BiDi.Cdp.dll

Data entry.

public sealed record DataEntry : IEquatable<DataEntry>
Inheritance
DataEntry
Implements
Inherited Members

Constructors

DataEntry(RemoteObject, RemoteObject, RemoteObject)

Data entry.

public DataEntry(RemoteObject Key, RemoteObject PrimaryKey, RemoteObject Value)

Parameters

Key RemoteObject

Key object.

PrimaryKey RemoteObject

Primary key object.

Value RemoteObject

Value object.

Properties

Key

Key object.

public RemoteObject Key { get; init; }

Property Value

RemoteObject

PrimaryKey

Primary key object.

public RemoteObject PrimaryKey { get; init; }

Property Value

RemoteObject

Value

Value object.

public RemoteObject Value { get; init; }

Property Value

RemoteObject