Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace DatabaseConnectionStringProfile

The connection string profile to allow clients to group, filter and select connection string values based on structured metadata.

Properties

Optional consumerGroup

consumerGroup: ConsumerGroup

Consumer group used by the connection.

displayName

displayName: string

A user-friendly name for the connection.

hostFormat

hostFormat: HostFormat

Host format used in connection string.

Optional isRegional

isRegional: undefined | false | true

True for a regional connection string, applicable to cross-region DG only.

protocol

protocol: Protocol

Protocol used by the connection.

sessionMode

sessionMode: SessionMode

Specifies whether the listener performs a direct hand-off of the session, or redirects the session. In RAC deployments where SCAN is used, sessions are redirected to a Node VIP. Use {@code DIRECT} for direct hand-offs. Use {@code REDIRECT} to redirect the session.

syntaxFormat

syntaxFormat: SyntaxFormat

Specifies whether the connection string is using the long ({@code LONG}), Easy Connect ({@code EZCONNECT}), or Easy Connect Plus ({@code EZCONNECTPLUS}) format. Autonomous Database Serverless instances always use the long format.

Optional tlsAuthentication

tlsAuthentication: TlsAuthentication

Specifies whether the TLS handshake is using one-way ({@code SERVER}) or mutual ({@code MUTUAL}) authentication.

value

value: string

Connection string value.

Functions

getDeserializedJsonObj

getJsonObj