Table of Contents

Class PartitioningBlobURLIssueDetails

Namespace
Selenium.WebDriver.BiDi.Cdp.Audits
Assembly
Selenium.WebDriver.BiDi.Cdp.dll
public sealed record PartitioningBlobURLIssueDetails : IEquatable<PartitioningBlobURLIssueDetails>
Inheritance
PartitioningBlobURLIssueDetails
Implements
Inherited Members

Constructors

PartitioningBlobURLIssueDetails(string, PartitioningBlobURLInfo)

public PartitioningBlobURLIssueDetails(string Url, PartitioningBlobURLInfo PartitioningBlobURLInfo)

Parameters

Url string

The BlobURL that failed to load.

PartitioningBlobURLInfo PartitioningBlobURLInfo

Additional information about the Partitioning Blob URL issue.

Properties

PartitioningBlobURLInfo

Additional information about the Partitioning Blob URL issue.

public PartitioningBlobURLInfo PartitioningBlobURLInfo { get; init; }

Property Value

PartitioningBlobURLInfo

Url

The BlobURL that failed to load.

public string Url { get; init; }

Property Value

string