Table of Contents

Class SharedStoragePrivateAggregationConfig

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

Represents a dictionary object passed in as privateAggregationConfig to run or selectURL.

public sealed class SharedStoragePrivateAggregationConfig
Inheritance
SharedStoragePrivateAggregationConfig
Inherited Members

Properties

AggregationCoordinatorOrigin

The chosen aggregation service deployment.

[JsonPropertyName("aggregationCoordinatorOrigin")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? AggregationCoordinatorOrigin { get; set; }

Property Value

string

ContextId

The context ID provided.

[JsonPropertyName("contextId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? ContextId { get; set; }

Property Value

string

FilteringIdMaxBytes

Configures the maximum size allowed for filtering IDs.

[JsonPropertyName("filteringIdMaxBytes")]
public long FilteringIdMaxBytes { get; set; }

Property Value

long

MaxContributions

The limit on the number of contributions in the final report.

[JsonPropertyName("maxContributions")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? MaxContributions { get; set; }

Property Value

long?