Show / Hide Table of Contents

Class ConnectionFromJdbc

The connection details for a generic JDBC data asset.

Inheritance
object
Connection
ConnectionFromJdbc
Inherited Members
Connection.Key
Connection.ModelVersion
Connection.ParentRef
Connection.Name
Connection.Description
Connection.ObjectVersion
Connection.ObjectStatus
Connection.Identifier
Connection.PrimarySchema
Connection.ConnectionProperties
Connection.IsDefault
Connection.Metadata
Connection.KeyMap
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 ConnectionFromJdbc : Connection

Properties

Username

Declaration
[JsonProperty(PropertyName = "username")]
public string Username { get; set; }
Property Value
Type Description
string

The user name for the connection.

In this article
Back to top