You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: data-explorer/kusto/management/set-stored-query-result-command.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ You must have [Database Viewer](../access-control/role-based-access-control.md)
43
43
| Property | Type | Description |
44
44
|--|--|--|
45
45
|`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. |
0 commit comments