version 359
Field | Information |
---|---|
maxReplicas | Type: int32 Description: The maximum number of replicas for all drivers. 0 represents no active replicas will run, effectively disabling acquisition >0 represents the maximum number of replicas per driver |
maxCascadeDeviceCount | Type: int32 Description: The maximum number of cascade devices for the driver. Minimum is 1. |
maxSlotsPerDriver | Type: int32 Description: The maximum number of slots per driver -1 represents unlimited number of slots, effecticaly using maximum number of slots supported by driver 0 represents no active slots will run, effectively disabling acquisition >0 represents the maximum number of slots per driver, the number of slots never exceeds the number of slots supported by driver |
minReplicas | Type: map<string, int32> Description: The minimum number of replicas per type of driver. The key is the driver type, the value is the minimum number of replicas. The minimum replicas is guaranteed to be running at all times even if the total number of replicas exceeds the maximum number of replicas set in max_replicas. |
disableDataProxyProcessing | Type: bool Description: Disable data proxy to process data from ouro temp tables. |