Table of Contents

Class RequestDataCommandSettings

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

RequestData

public sealed class RequestDataCommandSettings : ICommand
Inheritance
RequestDataCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

DatabaseName

Gets or sets the databaseName

[JsonPropertyName("databaseName")]
public string DatabaseName { get; set; }

Property Value

string

IndexName

Gets or sets the indexName

[JsonPropertyName("indexName")]
public string IndexName { get; set; }

Property Value

string

KeyRange

Gets or sets the keyRange

[JsonPropertyName("keyRange")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public KeyRange KeyRange { get; set; }

Property Value

KeyRange

ObjectStoreName

Gets or sets the objectStoreName

[JsonPropertyName("objectStoreName")]
public string ObjectStoreName { get; set; }

Property Value

string

PageSize

Gets or sets the pageSize

[JsonPropertyName("pageSize")]
public long PageSize { get; set; }

Property Value

long

SecurityOrigin

Gets or sets the securityOrigin

[JsonPropertyName("securityOrigin")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string SecurityOrigin { get; set; }

Property Value

string

SkipCount

Gets or sets the skipCount

[JsonPropertyName("skipCount")]
public long SkipCount { get; set; }

Property Value

long

StorageBucket

Gets or sets the storageBucket

[JsonPropertyName("storageBucket")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public StorageBucket StorageBucket { get; set; }

Property Value

StorageBucket

StorageKey

Gets or sets the storageKey

[JsonPropertyName("storageKey")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string StorageKey { get; set; }

Property Value

string