EntityGetByUniqueAttributesQueryParamProperties interface
Properties
| attr:qualified |
The qualified name of the entity. (This is only an example. qualifiedName can be changed to other unique attributes) |
| ignore |
Whether to ignore relationship attributes. |
| min |
Whether to return minimal information for referred entities. |
Property Details
attr:qualifiedName
The qualified name of the entity. (This is only an example. qualifiedName can be changed to other unique attributes)
attr:qualifiedName?: string
Property Value
string
ignoreRelationships
Whether to ignore relationship attributes.
ignoreRelationships?: boolean
Property Value
boolean
minExtInfo
Whether to return minimal information for referred entities.
minExtInfo?: boolean
Property Value
boolean