Enum ProfileRequestThresholdSetting
C#
public enum ProfileRequestThresholdSetting
Fields
Exact | Specifies that the profile operation must be completely satisfied in order to satisfy the threshold. There can be no instances that fail to satisfy the profile. |
None | Specifies that all data will be reported and that there is no reporting threshold. |
Specified | Specifies that a specific threshold will be provided in another property that will determine when reporting should take place. |