Show / Hide Table of Contents

Class ConfigValues

Configuration values can be string, objects, or parameters.

Inheritance
object
ConfigValues
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top