Table of Contents

Class SharedStorageMetadata

Namespace
OpenQA.Selenium.DevTools.V132.Storage
Assembly
WebDriver.dll

SharedStorageMetadata

public sealed class SharedStorageMetadata
Inheritance
SharedStorageMetadata
Inherited Members

Properties

BytesUsed

bytesUsed

[JsonPropertyName("bytesUsed")]
public long BytesUsed { get; set; }

Property Value

long

CreationTime

creationTime

[JsonPropertyName("creationTime")]
public double CreationTime { get; set; }

Property Value

double

Length

length

[JsonPropertyName("length")]
public long Length { get; set; }

Property Value

long

RemainingBudget

remainingBudget

[JsonPropertyName("remainingBudget")]
public double RemainingBudget { get; set; }

Property Value

double