Skip to main content

Enum ProfileRequestThresholdSetting

Namespace: Varigence.Languages.Biml.Task

Assembly: Biml.dll

C#


public enum ProfileRequestThresholdSetting

Fields

FieldsDescription
ExactSpecifies 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.
NoneSpecifies that all data will be reported and that there is no reporting threshold.
SpecifiedSpecifies that a specific threshold will be provided in another property that will determine when reporting should take place.