QueryFactory.BuildSeekQuery 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 a seek query.
public Microsoft.Store.PartnerCenter.Models.Query.IQuery BuildSeekQuery (Microsoft.Store.PartnerCenter.Models.Query.SeekOperation seekOperation, int pageSize = 0, int index = 0, Microsoft.Store.PartnerCenter.Models.Query.FieldFilter filter = default, Microsoft.Store.PartnerCenter.Models.Query.Sort sortingOption = default, object token = default);
member this.BuildSeekQuery : Microsoft.Store.PartnerCenter.Models.Query.SeekOperation * int * int * Microsoft.Store.PartnerCenter.Models.Query.FieldFilter * Microsoft.Store.PartnerCenter.Models.Query.Sort * obj -> Microsoft.Store.PartnerCenter.Models.Query.IQuery
Public Function BuildSeekQuery (seekOperation As SeekOperation, Optional pageSize As Integer = 0, Optional index As Integer = 0, Optional filter As FieldFilter = Nothing, Optional sortingOption As Sort = Nothing, Optional token As Object = Nothing) As IQuery
Parameters
- seekOperation
- SeekOperation
The seek operation to perform.
- pageSize
- Int32
The desired result page size.
- index
- Int32
The index of the page to retrieve. This is only used if the seek operation specified a page index.
- filter
- FieldFilter
An optional filter to apply.
- sortingOption
- Sort
An optional sorting options.
- token
- Object
An optional query token.
Returns
The seek query.