CollectorSetConstraintsConfig Method
Configures the constraint system properties.
Namespace: Dfx.SdkAssembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.14.5.0 (4.14.5.0)
public bool SetConstraintsConfig(
string key,
string property
)
Public Function SetConstraintsConfig (
key As String,
property As String
) As Boolean
public:
bool SetConstraintsConfig(
String^ key,
String^ property
)
member SetConstraintsConfig :
key : string *
property : string -> bool
- key String
- the configuration key to work on or "json"
- property String
- the value to set this property to
Booleantrue if the property was successfully set, false on error
The constraint system configuration accepts a key "json" and the
corresponding JSON payload to configure the system.