Class SharedStoragePrivateAggregationConfig
java.lang.Object
org.openqa.selenium.devtools.v141.storage.model.SharedStoragePrivateAggregationConfig
Represents a dictionary object passed in as privateAggregationConfig to
run or selectURL.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe chosen aggregation service deployment.The context ID provided.Configures the maximum size allowed for filtering IDs.The limit on the number of contributions in the final report.
-
Constructor Details
-
SharedStoragePrivateAggregationConfig
-
-
Method Details
-
getAggregationCoordinatorOrigin
The chosen aggregation service deployment. -
getContextId
The context ID provided. -
getFilteringIdMaxBytes
Configures the maximum size allowed for filtering IDs. -
getMaxContributions
The limit on the number of contributions in the final report.
-