Show / Hide Table of Contents

Class ConfigProvider

The information about the configuration provider.

Inheritance
object
ConfigProvider
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 ConfigProvider

Properties

Bindings

Declaration
[JsonProperty(PropertyName = "bindings")]
public Dictionary<string, ParameterValue> Bindings { get; set; }
Property Value
Type Description
Dictionary<string, ParameterValue>

The configuration provider bindings.

ChildProviders

Declaration
[JsonProperty(PropertyName = "childProviders")]
public Dictionary<string, ConfigProvider> ChildProviders { get; set; }
Property Value
Type Description
Dictionary<string, ConfigProvider>

The child providers.

In this article
Back to top