Class SharedStoragePrivateAggregationConfig
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
ContextId
The context ID provided.
[JsonPropertyName("contextId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? ContextId { get; set; }
Property Value
FilteringIdMaxBytes
Configures the maximum size allowed for filtering IDs.
[JsonPropertyName("filteringIdMaxBytes")]
public long FilteringIdMaxBytes { get; set; }
Property Value
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?