Table of Contents

Class GetMetadataCommandResponse

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

Response for Gets metadata of an object store.

public sealed class GetMetadataCommandResponse : ICommandResponse<GetMetadataCommandSettings>, ICommandResponse
Inheritance
GetMetadataCommandResponse
Implements
Inherited Members
Extension Methods

Properties

EntriesCount

the entries count

[JsonPropertyName("entriesCount")]
public double EntriesCount { get; set; }

Property Value

double

KeyGeneratorValue

the current value of key generator, to become the next inserted key into the object store. Valid if objectStore.autoIncrement is true.

[JsonPropertyName("keyGeneratorValue")]
public double KeyGeneratorValue { get; set; }

Property Value

double