Class UpdateDataAssetFromOracle
Details for the Oracle Database data asset type.
Inheritance
UpdateDataAssetFromOracle
Assembly: OCI.DotNetSDK.Dataintegration.dll
Syntax
public class UpdateDataAssetFromOracle : UpdateDataAssetDetails
Properties
CredentialFileContent
Declaration
[JsonProperty(PropertyName = "credentialFileContent")]
public string CredentialFileContent { get; set; }
Property Value
Type |
Description |
string |
The credential file content from a wallet for the data asset.
|
DefaultConnection
Declaration
[JsonProperty(PropertyName = "defaultConnection")]
public UpdateConnectionFromOracle DefaultConnection { get; set; }
Property Value
DriverClass
Declaration
[JsonProperty(PropertyName = "driverClass")]
public string DriverClass { get; set; }
Property Value
Type |
Description |
string |
The Oracle Database driver class.
|
Host
Declaration
[JsonProperty(PropertyName = "host")]
public string Host { get; set; }
Property Value
Type |
Description |
string |
The Oracle Database hostname.
|
Port
Declaration
[JsonProperty(PropertyName = "port")]
public string Port { get; set; }
Property Value
Type |
Description |
string |
The Oracle Database port.
|
ServiceName
Declaration
[JsonProperty(PropertyName = "serviceName")]
public string ServiceName { get; set; }
Property Value
Type |
Description |
string |
The Oracle Database service name.
|
Sid
Declaration
[JsonProperty(PropertyName = "sid")]
public string Sid { get; set; }
Property Value
Type |
Description |
string |
The Oracle Database SID.
|
WalletPasswordSecret
Declaration
[JsonProperty(PropertyName = "walletPasswordSecret")]
public SensitiveAttribute WalletPasswordSecret { get; set; }
Property Value
WalletSecret
Declaration
[JsonProperty(PropertyName = "walletSecret")]
public SensitiveAttribute WalletSecret { get; set; }
Property Value