deltaPerQuery property

double? deltaPerQuery
getter/setter pair

The delta value that is used per query.

Delta represents the probability that any row will fail to be epsilon differentially private. Indicates the risk associated with exposing aggregate rows in the result of a query.

Optional.

Implementation

core.double? deltaPerQuery;