getAssociationStats
get Entity A's association stats with Entity B:
-
associated: the number of Entity B's that Entity A is associated with
-
pending: the number of outgoing requests Entity A has sent to Entity B
-
requesting: the number of incoming requests Entity A has received from Entity B
4a. included: if Entity A is the parent, the number of Entity B's it has included in its association group
4b. referenced: if Entity A is the child, the number of Entity B's it has referenced (via typeKeyword)
get Entity A's association stats with Entity B:
-
associated: the number of Entity B's that Entity A is associated with
-
pending: the number of outgoing requests Entity A has sent to Entity B
-
requesting: the number of incoming requests Entity A has received from Entity B
4a. included: if Entity A is the parent, the number of Entity B's it has included in its association group
4b. referenced: if Entity A is the child, the number of Entity B's it has referenced (via typeKeyword)
Parameters
Parameter | Type | Default | Notes |
---|---|---|---|
entity Required | HubEntity |
Hub entity |
|
associationType Required | HubEntityType |
entity type to query for |
|
context Required | IArcGISContext |
contextual auth and portal information |
Returns
Function defined in common/src/associations/getAssociationStats.ts:36