Show / Hide Table of Contents

Class ConfigurationDetails

A key map. If provided, key is replaced with generated key.

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

Properties

CompartmentId

Declaration
[JsonProperty(PropertyName = "compartmentId")]
public string CompartmentId { get; set; }
Property Value
Type Description
string

The compartment ID of the object store.

Connection

Declaration
[JsonProperty(PropertyName = "connection")]
public Connection Connection { get; set; }
Property Value
Type Description
Connection

DataAsset

Declaration
[JsonProperty(PropertyName = "dataAsset")]
public DataAsset DataAsset { get; set; }
Property Value
Type Description
DataAsset

Schema

Declaration
[JsonProperty(PropertyName = "schema")]
public Schema Schema { get; set; }
Property Value
Type Description
Schema
In this article
Back to top