Show / Hide Table of Contents

Class ConnectionFromMySQL

The connection details for a MYSQL data asset.

Inheritance
object
Connection
ConnectionFromMySQL
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 ConnectionFromMySQL : 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