SapS4HanaPropertiesOutput interface
SAP S/4HANA data source properties.
- Extends
Properties
| application |
The application server of SAP S/4HANA. |
| system |
The system number of SAP S/4HANA. |
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
applicationServer
The application server of SAP S/4HANA.
applicationServer?: string
Property Value
string
systemNumber
The system number of SAP S/4HANA.
systemNumber?: 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