Skip to content

Commit a092384

Browse files
authored
Fix property name for truncation_max_records
1 parent a65fa59 commit a092384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ The following table overviews the supported request properties.
8383
| `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). |
8484
| `results_v2_newlines_between_frames` | `bool` | Adds new lines between frames in the results, in order to make it easier to parse them. |
8585
| `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. |
86-
| `truncation_max_records` | `long` | Overrides the default maximum number of records a query is allowed to return to the caller (truncation). |
86+
| `truncationmaxrecords` | `long` | Overrides the default maximum number of records a query is allowed to return to the caller (truncation). |
8787
| `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).|
8888
| `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). |
8989

0 commit comments

Comments
 (0)