Class OracleProfile (2.0.0)

public sealed class OracleProfile : IMessage<OracleProfile>, IEquatable<OracleProfile>, IDeepCloneable<OracleProfile>, IBufferMessage, IMessage

Oracle database profile.

Inheritance

Object > OracleProfile

Namespace

Google.Cloud.Datastream.V1

Assembly

Google.Cloud.Datastream.V1.dll

Constructors

OracleProfile()

public OracleProfile()

OracleProfile(OracleProfile)

public OracleProfile(OracleProfile other)
Parameter
NameDescription
otherOracleProfile

Properties

ConnectionAttributes

public MapField<string, string> ConnectionAttributes { get; }

Connection string attributes

Property Value
TypeDescription
MapField<String, String>

DatabaseService

public string DatabaseService { get; set; }

Required. Database for the Oracle connection.

Property Value
TypeDescription
String

Hostname

public string Hostname { get; set; }

Required. Hostname for the Oracle connection.

Property Value
TypeDescription
String

Password

public string Password { get; set; }

Required. Password for the Oracle connection.

Property Value
TypeDescription
String

Port

public int Port { get; set; }

Port for the Oracle connection, default value is 1521.

Property Value
TypeDescription
Int32

Username

public string Username { get; set; }

Required. Username for the Oracle connection.

Property Value
TypeDescription
String