IndexQueryRequest
Methods
with Huge Response
- with
Huge Response(isHuge: boolean): IndexQueryRequest
-
A setter for the provided isHugeResponse parameter.
ParametersReturns IndexQueryRequestThe updated IndexQueryRequest instance that you can use to chain methods.
with Query String
- with
Query String(query?: string): IndexQueryRequest
-
Parameters
-
Optional query: string
An RSQL query to use to retrieve partitions that match the query. The query must use the indexing attributes defined in the index layer.
Returns IndexQueryRequestThe updated IndexQueryRequest instance that you can use to chain methods.
-
Prepares information for calls to get partitions metadata from the platform Index Service.