Show / Hide Table of Contents

Class DataAssetSummaryFromMySqlHeatWave

Summary details for the MYSQL HeatWave data asset type.

Inheritance
object
DataAssetSummary
DataAssetSummaryFromMySqlHeatWave
Inherited Members
DataAssetSummary.Key
DataAssetSummary.ModelVersion
DataAssetSummary.Name
DataAssetSummary.Description
DataAssetSummary.ObjectStatus
DataAssetSummary.Identifier
DataAssetSummary.ExternalKey
DataAssetSummary.AssetProperties
DataAssetSummary.NativeTypeSystem
DataAssetSummary.ObjectVersion
DataAssetSummary.ParentRef
DataAssetSummary.Metadata
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 DataAssetSummaryFromMySqlHeatWave : DataAssetSummary

Properties

DefaultConnection

Declaration
[JsonProperty(PropertyName = "defaultConnection")]
public ConnectionSummaryFromMySqlHeatWave DefaultConnection { get; set; }
Property Value
Type Description
ConnectionSummaryFromMySqlHeatWave

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.

In this article
Back to top