QueryFactory.BuildIndexedQuery Method

Definition

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.

Applies to