Share via


OracleProperties interface

The properties of oracle.

Extends

Properties

host

The host of Oracle server.

port

The port of Oracle server.

service

The service of Oracle server.

Inherited Properties

collection

The reference to collection.

dataSourceCollectionMovingState

Data source collection moving state.

Property Details

host

The host of Oracle server.

host?: string

Property Value

string

port

The port of Oracle server.

port?: string

Property Value

string

service

The service of Oracle server.

service?: string

Property Value

string

Inherited Property Details

collection

The reference to collection.

collection?: CollectionReference

Property Value

Inherited From DataSourceProperties.collection

dataSourceCollectionMovingState

Data source collection moving state.

dataSourceCollectionMovingState?: "Failed" | "Active" | "Moving"

Property Value

"Failed" | "Active" | "Moving"

Inherited From DataSourceProperties.dataSourceCollectionMovingState