Class DataAssetFromMySqlHeatWave
Details for the MYSQL HeatWave data asset type.
Inherited Members
Namespace: Oci.DataintegrationService.Models
Assembly: OCI.DotNetSDK.Dataintegration.dll
Syntax
public class DataAssetFromMySqlHeatWave : DataAsset
Properties
DefaultConnection
Declaration
[JsonProperty(PropertyName = "defaultConnection")]
public ConnectionFromMySqlHeatWaveDetails DefaultConnection { get; set; }
Property Value
Type | Description |
---|---|
ConnectionFromMySqlHeatWaveDetails |
Host
Declaration
[JsonProperty(PropertyName = "host")]
public string Host { get; set; }
Property Value
Type | Description |
---|---|
string | The MySql HeatWave host name. |
Port
Declaration
[JsonProperty(PropertyName = "port")]
public string Port { get; set; }
Property Value
Type | Description |
---|---|
string | The MySql HeatWave port number. |
ServiceName
Declaration
[JsonProperty(PropertyName = "serviceName")]
public string ServiceName { get; set; }
Property Value
Type | Description |
---|---|
string | The MySql HeatWave service name for the database. |