EntityListByUniqueAttributesQueryParamProperties interface
Properties
| attr_N:qualified |
Qualified name of an entity. E.g. to find 2 entities you can set attrs_1:qualifiedName=db1@cl1&attrs_2:qualifiedName=db2@cl1. (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_N:qualifiedName
Qualified name of an entity. E.g. to find 2 entities you can set attrs_1:qualifiedName=db1@cl1&attrs_2:qualifiedName=db2@cl1. (This is only an example. qualifiedName can be changed to other unique attributes)
attr_N: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