Class ConfigValues
Configuration values can be string, objects, or parameters.
Inherited Members
Namespace: Oci.DataintegrationService.Models
Assembly: OCI.DotNetSDK.Dataintegration.dll
Syntax
public class ConfigValues
Properties
ConfigParamValues
Declaration
[JsonProperty(PropertyName = "configParamValues")]
public Dictionary<string, ConfigParameterValue> ConfigParamValues { get; set; }
Property Value
| Type | Description |
|---|---|
| Dictionary<string, ConfigParameterValue> | The configuration parameter values. |
ParentRef
Declaration
[JsonProperty(PropertyName = "parentRef")]
public ParentReference ParentRef { get; set; }
Property Value
| Type | Description |
|---|---|
| ParentReference |