Class SharedStoragePrivateAggregationConfig
SharedStoragePrivateAggregationConfig
public sealed class SharedStoragePrivateAggregationConfig
- Inheritance
-
SharedStoragePrivateAggregationConfig
- Inherited Members
Properties
AggregationCoordinatorOrigin
aggregationCoordinatorOrigin
[JsonPropertyName("aggregationCoordinatorOrigin")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? AggregationCoordinatorOrigin { get; set; }
Property Value
ContextId
contextId
[JsonPropertyName("contextId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? ContextId { get; set; }
Property Value
FilteringIdMaxBytes
filteringIdMaxBytes
[JsonPropertyName("filteringIdMaxBytes")]
public long FilteringIdMaxBytes { get; set; }
Property Value
MaxContributions
maxContributions
[JsonPropertyName("maxContributions")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? MaxContributions { get; set; }
Property Value
- long?