OraclePropertiesOutput 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. |
| created |
The create time of data source. |
| data |
Data source collection moving state. |
| last |
The last modified time of data source. |
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?: CollectionReferenceOutput
Property Value
Inherited From DataSourcePropertiesOutput.collection
createdAt
The create time of data source.
createdAt?: string
Property Value
string
Inherited From DataSourcePropertiesOutput.createdAt
dataSourceCollectionMovingState
Data source collection moving state.
dataSourceCollectionMovingState?: "Failed" | "Active" | "Moving"
Property Value
"Failed" | "Active" | "Moving"
Inherited From DataSourcePropertiesOutput.dataSourceCollectionMovingState
lastModifiedAt
The last modified time of data source.
lastModifiedAt?: string
Property Value
string
Inherited From DataSourcePropertiesOutput.lastModifiedAt