API Reference > imodelhub-client > iModelHubClient > UserStatisticsQuery UserStatisticsQuery Class Query object for getting User Statistics. You can use this to modify the UserStatisticsHandler.get results. Extends WsgQuery Methods Name Description constructor(): UserStatisticsQuery Constructor for UserStatisticsQuery. byId(id: string): UserStatisticsQuery Query single instance by its id. byIds(ids: string[]): UserStatisticsQuery Query User Statistics by ids. selectAll(): UserStatisticsQuery Select all statistics. selectBriefcasesCount(): UserStatisticsQuery Select currently owned Briefcases count. selectLastChangeSetPushDate(): UserStatisticsQuery Select the last ChangeSet push date. selectOwnedLocksCount(): UserStatisticsQuery Select currently owned Locks count. selectPushedChangeSetsCount(): UserStatisticsQuery Select total pushed ChangeSets count. Inherited methods Name Inherited from Description filter(filter: string): UserStatisticsQuery WsgQuery Set filter to the specified filter string. orderBy(orderBy: string): UserStatisticsQuery WsgQuery Set order for the query. pageSize(n: number): UserStatisticsQuery WsgQuery Select all entries from the query by pages. select(select: string): UserStatisticsQuery WsgQuery Set select to specified select string. skip(n: number): UserStatisticsQuery WsgQuery Skip first entries in the query. top(n: number): UserStatisticsQuery WsgQuery Select only top entries from the query. Inherited properties Name Type Inherited from Description _query Protected RequestQueryOptions WsgQuery Defined in clients/imodelhub/src/imodelhub/Users.ts Line 65 Last Updated: 11 June, 2024