Table of Contents

Class GetMetadataCommandResponse

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

Response for GetMetadata

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

Properties

EntriesCount

Gets or sets the entriesCount

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

Property Value

double

KeyGeneratorValue

Gets or sets the keyGeneratorValue

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

Property Value

double