Interface protos.google.cloud.datastream.v1.IOracleProfile (3.1.0)

Properties of an OracleProfile.

Package

@google-cloud/datastream

Properties

connectionAttributes

connectionAttributes?: ({ [k: string]: string }|null);

OracleProfile connectionAttributes

databaseService

databaseService?: (string|null);

OracleProfile databaseService

hostname

hostname?: (string|null);

OracleProfile hostname

password

password?: (string|null);

OracleProfile password

port

port?: (number|null);

OracleProfile port

username

username?: (string|null);

OracleProfile username