CompileQueryWithPartialEvaluationRequest

April 24, 2025 ยท View on GitHub

Fields

FieldTypeRequiredDescriptionExample
pathString:heavy_check_mark:The path separator is used to access values inside object and array documents. If the path indexes into an array, the server will attempt to convert the array index to an integer. If the path element cannot be converted to an integer, the server will respond with 404.app/rbac
acceptEncodingOptional<GzipAcceptEncoding>:heavy_minus_sign:Indicates the server should respond with a gzip encoded body. The server will send the compressed response only if its length is above server.encoding.gzip.min_length value. See the configuration section
contentEncodingOptional<GzipContentEncoding>:heavy_minus_sign:Indicates that the request body is gzip encoded
prettyOptional<Boolean>:heavy_minus_sign:If parameter is true, response will formatted for humans.
explainOptional<Explain>:heavy_minus_sign:Return query explanation in addition to result.
metricsOptional<Boolean>:heavy_minus_sign:Return query performance metrics in addition to result.
instrumentOptional<Boolean>:heavy_minus_sign:Instrument query evaluation and return a superset of performance metrics in addition to result.
requestBodyCompileQueryWithPartialEvaluationRequestApplicationJSONRequestBody:heavy_check_mark:The query, input, and other settings for partial evaluation.