Skip to content

Commit 8b38c7a

Browse files
Merge pull request #2630 from MicrosoftDocs/main638835300745736432sync_temp
For protected branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents cbc624e + 65757ab commit 8b38c7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data-explorer/kusto/management/set-stored-query-result-command.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ You must have [Database Viewer](../access-control/role-based-access-control.md)
4343
| Property | Type | Description |
4444
|--|--|--|
4545
| `expiresAfter` | `timespan` | Determines when the stored query result expires. Maximum is 24 hours. |
46-
| `previewCount` | `int` | The number of rows to return in a preview. Setting this property to `0` (default) makes the command return all the query result rows. The property is ignored when the command is invoked using `async` mode. |
46+
| `previewCount` | `int` | The number of rows to return in a preview (the default is 10K). Setting this property to `0` makes the command return all the query result rows. The property is ignored when the command is invoked using `async` mode. |
4747

4848
## Returns
4949

0 commit comments

Comments
 (0)