AuditQuery.Options
A flat key-value map of additional query controls.
Declaration
object AuditQuery.OptionsProperties
| Name | Type | Description |
|---|---|---|
needTotals | string | Skip the COUNT query when set to |
timeZone | string | Controls how the API interprets |
metadata | string | Controls entity metadata included in change detail responses. |
Any Key | string | The API accepts any key other than |
Discussion
The options field has three well-known keys (needTotals, timeZone, and metadata), each with a fixed set of accepted string values and a default. The API accepts any other key as a plain string (labeled Any Key on the reference page) and passes it through without affecting the query.
All keys and values in options are strings: pass needTotals as "true" or "false", not as a boolean, and metadata as "none", "latest", or "snapshot".