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: CosmosDBShell/lang/en.ftl
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,7 @@ command-rm-no-matches = No items matched the pattern '{ $pattern }' for key '{ $
92
92
93
93
command-query-description = Executes a query and returns the result
94
94
command-query-description-query = The query to execute
95
-
command-query-description-max = Maximum Number of items
95
+
command-query-description-max = Maximum number of items returned when querying items. Defaults to 100 if omitted. Use 0 or a negative value for no limit.
96
96
command-query-description-metrics = Show query metrics (possible values: Display (default), File (output to data json/csv))
97
97
command-query-description-bucket = The throughput bucket to use for the query
98
98
command-query-description-format = Output format (json, table, csv)
command-ls-description-filter = The filter pattern.
185
-
command-ls-description-max = Maximum Number of items
185
+
command-ls-description-max = Maximum number of items returned when listing container items. Defaults to 100 if omitted. Use 0 or a negative value for no limit.
0 commit comments