/AWS1/CL_CRMDIFFERENTIALPRIV02¶
Information about the total number of aggregations, as well as the remaining aggregations.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_type
TYPE /AWS1/CRMDIFFERENTIALPRIVACY00
/AWS1/CRMDIFFERENTIALPRIVACY00
¶
The different types of aggregation functions that you can perform.
iv_maxcount
TYPE /AWS1/CRMINTEGER
/AWS1/CRMINTEGER
¶
The maximum number of aggregation functions that you can perform with the given privacy budget.
iv_remainingcount
TYPE /AWS1/CRMINTEGER
/AWS1/CRMINTEGER
¶
The remaining number of aggregation functions that can be run with the available privacy budget.
Queryable Attributes¶
type¶
The different types of aggregation functions that you can perform.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
maxCount¶
The maximum number of aggregation functions that you can perform with the given privacy budget.
Accessible with the following methods¶
Method | Description |
---|---|
GET_MAXCOUNT() |
Getter for MAXCOUNT, with configurable default |
ASK_MAXCOUNT() |
Getter for MAXCOUNT w/ exceptions if field has no value |
HAS_MAXCOUNT() |
Determine if MAXCOUNT has a value |
remainingCount¶
The remaining number of aggregation functions that can be run with the available privacy budget.
Accessible with the following methods¶
Method | Description |
---|---|
GET_REMAININGCOUNT() |
Getter for REMAININGCOUNT, with configurable default |
ASK_REMAININGCOUNT() |
Getter for REMAININGCOUNT w/ exceptions if field has no valu |
HAS_REMAININGCOUNT() |
Determine if REMAININGCOUNT has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_DIFFERENTIALPRIVACYPRIVAC00
¶
TYPES TT_DIFFERENTIALPRIVACYPRIVAC00 TYPE STANDARD TABLE OF REF TO /AWS1/CL_CRMDIFFERENTIALPRIV02 WITH DEFAULT KEY
.