Class ExecutePolicyWithInputRequest
public class ExecutePolicyWithInputRequest
- Inheritance
-
ExecutePolicyWithInputRequest
- Inherited Members
Properties
AcceptEncoding
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
public GzipAcceptEncoding? AcceptEncoding { get; set; }
Property Value
ContentEncoding
Indicates that the request body is gzip encoded
public GzipContentEncoding? ContentEncoding { get; set; }
Property Value
Explain
Return query explanation in addition to result.
public Explain? Explain { get; set; }
Property Value
Instrument
Instrument query evaluation and return a superset of performance metrics in addition to result.
public bool? Instrument { get; set; }
Property Value
- bool?
Metrics
Return query performance metrics in addition to result.
public bool? Metrics { get; set; }
Property Value
- bool?
Path
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.
public string Path { get; set; }
Property Value
Pretty
If parameter is true
, response will formatted for humans.
public bool? Pretty { get; set; }
Property Value
- bool?
Provenance
If parameter is true, response will include build/version info in addition to the result.
public bool? Provenance { get; set; }
Property Value
- bool?
RequestBody
The input document
public ExecutePolicyWithInputRequestBody RequestBody { get; set; }
Property Value
StrictBuiltinErrors
Treat built-in function call errors as fatal and return an error immediately.
public bool? StrictBuiltinErrors { get; set; }
Property Value
- bool?