new RepresentedObject(id, type)
A represented object is a local, runtime, or external object that an entitySet represents.
Parameters:
| Name | Type | Description |
|---|---|---|
id |
string | The identifier of the entityset. |
type |
string | The runtime type of the represented object. |
Members
externalDataSource :sap.hana.im.ess.services.xs.messages.response.DataSourceDescriptor
Descriptor of the data source this entity set belongs to. Only applicable for EXTERNAL objects.
Type:
id
The identifier of the object that can be used to consume it in its system.
location :string
Indicates the location of the RepresentedObject (LOCAL, REMOTE or EXTERNAL). LOCAL: local catalog objects within the HANA instance of ESS. REMOTE: remote objects within the HANA instance of ESS. EXTERNAL: external runtime objects in another datasource.
Type:
- string
remoteLocation :sap.hana.im.ess.services.xs.messages.response.RemoteLocationDescriptor
Descriptor of the remote location. Only applicable for REMOTE objects.
Type:
type :string
Runtime type of the represented object.
Type:
- string