Share via


EntityGetByUniqueAttributesQueryParamProperties interface

Properties

attr:qualifiedName

The qualified name of the entity. (This is only an example. qualifiedName can be changed to other unique attributes)

ignoreRelationships

Whether to ignore relationship attributes.

minExtInfo

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