Show / Hide Table of Contents

Class UpdateDataAssetFromJdbc

Details for the Autonomous Transaction Processing data asset type.

Inheritance
object
UpdateDataAssetDetails
UpdateDataAssetFromJdbc
Inherited Members
UpdateDataAssetDetails.Key
UpdateDataAssetDetails.ModelVersion
UpdateDataAssetDetails.Name
UpdateDataAssetDetails.Description
UpdateDataAssetDetails.ObjectStatus
UpdateDataAssetDetails.ObjectVersion
UpdateDataAssetDetails.Identifier
UpdateDataAssetDetails.ExternalKey
UpdateDataAssetDetails.AssetProperties
UpdateDataAssetDetails.RegistryMetadata
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 UpdateDataAssetFromJdbc : UpdateDataAssetDetails

Properties

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 UpdateConnectionFromJdbc DefaultConnection { get; set; }
Property Value
Type Description
UpdateConnectionFromJdbc

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.

In this article
Back to top