API Reference > imodeljs-clients > iModelHubClient > WsgQuery WsgQuery Class Beta Base class for Query objects. Query objects are used to modify the results when getting instances. Extended by StringIdQuery InstanceIdQuery Methods Name Description filter(filter: string): this Set filter to the specified filter string. orderBy(orderBy: string): this Set order for the query. pageSize(n: number): this Select all entries from the query by pages. select(select: string): this Set select to specified select string. skip(n: number): this Skip first entries in the query. top(n: number): this Select only top entries from the query. Properties Name Type Description _query Protected RequestQueryOptions Defined in core/clients/src/WsgQuery.ts Line 14 Last Updated: 13 June, 2024