Table of Contents

Class StorageBucketInfo

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

StorageBucketInfo

public sealed class StorageBucketInfo
Inheritance
StorageBucketInfo
Inherited Members

Properties

Bucket

bucket

[JsonPropertyName("bucket")]
public StorageBucket Bucket { get; set; }

Property Value

StorageBucket

Durability

durability

[JsonPropertyName("durability")]
public StorageBucketsDurability Durability { get; set; }

Property Value

StorageBucketsDurability

Expiration

expiration

[JsonPropertyName("expiration")]
public double Expiration { get; set; }

Property Value

double

Id

id

[JsonPropertyName("id")]
public string Id { get; set; }

Property Value

string

Persistent

persistent

[JsonPropertyName("persistent")]
public bool Persistent { get; set; }

Property Value

bool

Quota

quota

[JsonPropertyName("quota")]
public double Quota { get; set; }

Property Value

double