maxEpsilonPerQuery property

double? maxEpsilonPerQuery
getter/setter pair

The maximum epsilon value that a query can consume.

If the subscriber specifies epsilon as a parameter in a SELECT query, it must be less than or equal to this value. The epsilon parameter controls the amount of noise that is added to the groups — a higher epsilon means less noise.

Optional.

Implementation

core.double? maxEpsilonPerQuery;