Installation and Getting Started Guide

Installation and Getting Started Guide

Functions Elements in IDVEConfig.json

Functions Elements in IDVEConfig.json

The Functions elements in the
IDVEConfig.json
file are organized under AddressVerification elements.

AddressVerification Elements

Find the following elements under
Functions/AddressVerification
:
MaxNumJobs
Specifies the maximum number of jobs that can exist concurrently. Default is 1.
MaxNumInputs
Specifies the maximum number of addresses that you can submit for verification. The range is from 1 through 1000. Default is 100.
DefaultMaxNumResults
Defines a standard value for the maximum number of address suggestions that a job that can return. If you do not set a value on the MaxResultCount property when you define a job request, the job reads the DefaultMaxNumResults property.
By default, the DefaultMaxNumResults property uses the value on the MaxNumResults property. Do not set a DefaultMaxNumResults property value that exceeds the MaxNumResults value.
MaxNumVariants
Specifies the maximum number of output variants that the function server can return for an address job. The range is from 1 through 10. Default is 1.
MaxNumResults
Defines an upper limit for the number of address suggestions that the engine can process. The default value is 20.
The engine reads the MaxNumResults property during initialization. To change the MaxNumResults property value, first deinitialize the engine.
The maximum value that you can set on the MaxNumResults property is 100. Therefore, the maximum value that you can set on the DefaultMaxNumResults property or on the MaxResultCount property in an address job is also 100.

0 COMMENTS

We’d like to hear from you!