#Statistics null when calling GetProfiles
3 messages · Page 1 of 1 (latest)
The billing for the GetProfiles works differently and the Statistics that's defined as part of that is for a private preview that was paused previously. To keep the billing semantics cleaner, we introduced the GetStatisticsForEntities. IS the latter not usable for your scenario?
GetStatisticsForEntities only works on a Server while GetProfiles works on the client. Right now I have been experimenting with implemeting GetStatisticsForEntities in an azure function but that takes a lot of time to get a response and it introduces more points of failiure and more cost. Please help me somehow use GetStatisticsForEntities on the client