DataStream v1alpha1 API - Class OracleProfile (2.0.0-alpha03)

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

Reference documentation and code samples for the DataStream v1alpha1 API class OracleProfile.

Oracle database profile.

Inheritance

object > OracleProfile

Namespace

Google.Cloud.Datastream.V1Alpha1

Assembly

Google.Cloud.Datastream.V1Alpha1.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
MapFieldstringstring

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
int

Username

public string Username { get; set; }

Required. Username for the Oracle connection.

Property Value
TypeDescription
string