Aggregate Result Criteria provide result criteria which contain Boolean combinations of other result criteria objects.
The Aggregate Result Criteria component inherits from the Result Criteria
The following components have a direct aggregation relation from Aggregate Result Criteria:
The properties supported by this managed object are as follows:
Basic Properties: | Advanced Properties: |
---|---|
description | None |
all-included-result-criteria | |
any-included-result-criteria | |
not-all-included-result-criteria | |
none-included-result-criteria |
Description | A description for this Result Criteria |
Default Value | None |
Allowed Values | A string |
Multi-Valued | No |
Required | No |
Admin Action Required | None. Modification requires no further action |
Description | Specifies a result criteria object that must match the associated operation result in order to match the aggregate result criteria. If one or more all-included result criteria objects are provided, then an operation result must match all of them in order to match the aggregate result criteria. |
Default Value | None |
Allowed Values | The DN of any Result Criteria. |
Multi-Valued | Yes |
Required | No |
Admin Action Required | None. Modification requires no further action |
Description | Specifies a result criteria object that may match the associated operation result in order to match the aggregate result criteria. If one or more any-included result criteria objects are provided, then an operation result must match at least one of them in order to match the aggregate result criteria. |
Default Value | None |
Allowed Values | The DN of any Result Criteria. |
Multi-Valued | Yes |
Required | No |
Admin Action Required | None. Modification requires no further action |
not-all-included-result-criteria
Description | Specifies a result criteria object that should not match the associated operation result in order to match the aggregate result criteria. If one or more not-all-included result criteria objects are provided, then an operation result must not match all of them (that is, it may match zero or more of them, but it must not match all of them) in order to match the aggregate result criteria. |
Default Value | None |
Allowed Values | The DN of any Result Criteria. |
Multi-Valued | Yes |
Required | No |
Admin Action Required | None. Modification requires no further action |
Description | Specifies a result criteria object that must not match the associated operation result in order to match the aggregate result criteria. If one or more none-included result criteria objects are provided, then an operation result must not match any of them in order to match the aggregate result criteria. |
Default Value | None |
Allowed Values | The DN of any Result Criteria. |
Multi-Valued | Yes |
Required | No |
Admin Action Required | None. Modification requires no further action |
To list the configured Result Criteria:
dsconfig list-result-criteria [--property {propertyName}] ...
To view the configuration for an existing Result Criteria:
dsconfig get-result-criteria-prop --criteria-name {name} [--tab-delimited] [--script-friendly] [--property {propertyName}] ...
To update the configuration for an existing Result Criteria:
dsconfig set-result-criteria-prop --criteria-name {name} (--set|--add|--remove) {propertyName}:{propertyValue} [(--set|--add|--remove) {propertyName}:{propertyValue}] ...
To create a new Aggregate Result Criteria:
dsconfig create-result-criteria --criteria-name {name} --type aggregate [--set {propertyName}:{propertyValue}] ...
To delete an existing Result Criteria:
dsconfig delete-result-criteria --criteria-name {name}