QueryFactory.BuildIndexedQuery Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Builds an indexed query.
public Microsoft.Store.PartnerCenter.Models.Query.IQuery BuildIndexedQuery (int pageSize, int index = 0, Microsoft.Store.PartnerCenter.Models.Query.FieldFilter filter = default, Microsoft.Store.PartnerCenter.Models.Query.Sort sortOption = default, object token = default);
member this.BuildIndexedQuery : int * int * Microsoft.Store.PartnerCenter.Models.Query.FieldFilter * Microsoft.Store.PartnerCenter.Models.Query.Sort * obj -> Microsoft.Store.PartnerCenter.Models.Query.IQuery
Public Function BuildIndexedQuery (pageSize As Integer, Optional index As Integer = 0, Optional filter As FieldFilter = Nothing, Optional sortOption As Sort = Nothing, Optional token As Object = Nothing) As IQuery
Parameters
- pageSize
- Int32
The number of results to return.
- index
- Int32
The results starting index.
- filter
- FieldFilter
An optional filter.
- sortOption
- Sort
Optional sorting options.
- token
- Object
Optional query token.
Returns
A paged query.