IncomingRelationship interface

An incoming relationship.

Properties

relationshipId

A user-provided string representing the id of this relationship, unique in the context of the source digital twin, i.e. sourceId + relationshipId is unique in the context of the service.

relationshipLink

Link to the relationship, to be used for deletion.

relationshipName

The name of the relationship.

sourceId

The id of the source digital twin.

Property Details

relationshipId

A user-provided string representing the id of this relationship, unique in the context of the source digital twin, i.e. sourceId + relationshipId is unique in the context of the service.

relationshipId?: string

Property Value

string

Link to the relationship, to be used for deletion.

relationshipLink?: string

Property Value

string

relationshipName

The name of the relationship.

relationshipName?: string

Property Value

string

sourceId

The id of the source digital twin.

sourceId?: string

Property Value

string