ConsumerOptionValueN
A list of values for the options specified by ConsumerOptionNameN.
Set this parameter in conjunction with ConsumerOptionNameN. Each parameter must have the same number of values. You can set these parameters as comma-separated lists or by using numbered parameters (ConsumerOptionValue0
, ConsumerOptionValue1
, and so on).
Type: | String (comma-separated list) |
Default: | |
Required: | No |
Configuration Section: | TaskName or FetchTasks |
Example: | ConsumerOptionName0=security.protocol ConsumerOptionValue0=ssl ConsumerOptionName1=ssl.certificate.location ConsumerOptionValue1=/path/to/client-cert.pem ConsumerOptionName2=ssl.key.location ConsumerOptionValue2=/path/to/client-private-key.pem ConsumerOptionName3=ssl.key.password ConsumerOptionValue3=changeit ... |
See Also: | ConsumerOptionNameN |