From a09238434991aaa7e05f53889bdf09ccc45f56e4 Mon Sep 17 00:00:00 2001 From: Slavik N <34075198+slavikn84@users.noreply.github.com> Date: Sun, 14 Dec 2025 21:54:07 +0200 Subject: [PATCH] Fix property name for truncation_max_records --- data-explorer/kusto/api/rest/request-properties.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data-explorer/kusto/api/rest/request-properties.md b/data-explorer/kusto/api/rest/request-properties.md index c72aee0e16..3372c39d02 100644 --- a/data-explorer/kusto/api/rest/request-properties.md +++ b/data-explorer/kusto/api/rest/request-properties.md @@ -83,7 +83,7 @@ The following table overviews the supported request properties. | `results_v2_fragment_primary_tables` | `bool` | Causes primary tables to be sent in multiple fragments, each containing a subset of the rows. This option can't be modified as part of a [set statement](../../query/set-statement.md). | | `results_v2_newlines_between_frames` | `bool` | Adds new lines between frames in the results, in order to make it easier to parse them. | | `servertimeout` | `timespan` | Overrides the default request timeout. This option can't be modified as part of a [set statement](../../query/set-statement.md). Instead, modify the option using the dashboard settings. | -| `truncation_max_records` | `long` | Overrides the default maximum number of records a query is allowed to return to the caller (truncation). | +| `truncationmaxrecords` | `long` | Overrides the default maximum number of records a query is allowed to return to the caller (truncation). | | `truncationmaxsize` | `long` | Overrides the default maximum data size a query is allowed to return to the caller (truncation). This option can't be modified as part of a [set statement](../../query/set-statement.md).| | `validatepermissions` | `bool` | Validates the user's permissions to perform the query without actually running the query. Possible results for this property are: `OK` (permissions are present and valid), `Incomplete` (validation couldn't be completed due to dynamic schema evaluation), or `KustoRequestDeniedException` (permissions weren't set). |