Skip to content

Commit c2eecde

Browse files
Merge pull request #7276 from MicrosoftDocs/main
Auto Publish – main to live - 2025-12-12 18:00 UTC
2 parents eff98fb + b95b3ea commit c2eecde

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
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`

data-explorer/kusto/management/data-ingestion/ingest-from-storage-queued.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ title: .ingest-from-storage-queued into command
33
description: This article describes the `.ingest-from-storage-queued` `into` command used to ingest a storage folder in Azure Data Explorer.
44
ms.reviewer: vplauzon
55
ms.topic: reference
6-
ms.date: 12/10/2025
6+
ms.date: 12/12/2025
77
---
8-
# .ingest-from-storage-queued command (preview)
8+
# .ingest-from-storage-queued command
99

1010
> [!INCLUDE [applies](../../includes/applies-to-version/applies.md)] [!INCLUDE [fabric](../../includes/applies-to-version/fabric.md)] [!INCLUDE [azure-data-explorer](../../includes/applies-to-version/azure-data-explorer.md)]
1111

0 commit comments

Comments
 (0)