Skip to content

Commit 4fa1c05

Browse files
authored
Merge pull request #2804 from snouraie1/patch-1
Update list of props that can't be changed via set command
2 parents 014af69 + 27725d2 commit 4fa1c05

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

data-explorer/kusto/api/rest/request-properties.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The following table overviews the supported request properties.
5252
| `query_fanout_threads_percent` | `int` | Specifies the percentage of threads for executing fan-out. |
5353
| `query_force_row_level_security` | `bool` | If set to `true`, enforces [row level security](../../management/row-level-security-policy.md) rules, even if the policy is disabled. |
5454
| `query_language` | `string` | Determines how the query text should be interpreted. Supported values are `csl`, `kql`, or `sql`. This option can't be modified as part of a [set statement](../../query/set-statement.md).|
55-
| `query_log_query_parameters` | `bool` | Enables query parameters logging for later viewing in the [.show queries](../../management/show-queries-command.md) journal. |
55+
| `query_log_query_parameters` | `bool` | Enables query parameters logging for later viewing in the [.show queries](../../management/show-queries-command.md) journal. This option can't be modified as part of a [set statement](../../query/set-statement.md).|
5656
| `query_max_entities_in_union` | `long` | Overrides the default maximum number of columns a query is allowed to produce. |
5757
| `query_now` | `datetime` | Overrides the datetime value returned by the [now()](../../query/now-function.md) function. |
5858
| `query_optimize_fts_at_relop` | `bool` | When set to `true`, enables an experimental optimization for queries that perform costly free-text search operations. For instance, `\|where * has "pattern"`. |
@@ -101,6 +101,7 @@ You can set request properties in the following ways:
101101
> * `norequesttimeout`
102102
> * `queryconsistency`
103103
> * `query_language`
104+
> * `query_log_query_parameters`
104105
> * `query_weakconsistency_session_id`
105106
> * `request_app_name`
106107
> * `request_readonly`

0 commit comments

Comments
 (0)