Class DataAssetSummaryFromJdbc
Summary details for the generic JDBC data asset type.
Inherited Members
Namespace: Oci.DataintegrationService.Models
Assembly: OCI.DotNetSDK.Dataintegration.dll
Syntax
public class DataAssetSummaryFromJdbc : DataAssetSummaryProperties
DataAssetType
Declaration
[JsonProperty(PropertyName = "dataAssetType")]
public string DataAssetType { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The data asset type for the generic JDBC data asset. | 
DefaultConnection
Declaration
[JsonProperty(PropertyName = "defaultConnection")]
public ConnectionSummaryFromJdbc DefaultConnection { get; set; }Property Value
| Type | Description | 
|---|---|
| ConnectionSummaryFromJdbc | 
Host
Declaration
[JsonProperty(PropertyName = "host")]
public string Host { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The generic JDBC host name. | 
Port
Declaration
[JsonProperty(PropertyName = "port")]
public string Port { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The generic JDBC port number. |