Class ConfigurationDetails
A key map. If provided, key is replaced with generated key.
Inheritance
ConfigurationDetails
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
DataAsset
Declaration
[JsonProperty(PropertyName = "dataAsset")]
public DataAsset DataAsset { get; set; }
Property Value
Schema
Declaration
[JsonProperty(PropertyName = "schema")]
public Schema Schema { get; set; }
Property Value