We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 53b6989 + d107f85 commit 3ccd6ffCopy full SHA for 3ccd6ff
azure/Guidelines.md
@@ -524,7 +524,9 @@ Note: The service is responsible for performing any URL-encoding required on the
524
525
:no_entry: **DO NOT** return the `nextLink` field at all when returning the last page of the collection.
526
527
-:no_entry: **DO NOT** ever return a `nextLink` field with a value of null.
+:no_entry: **DO NOT** return the `nextLink` field with a value of null.
528
+
529
+:warning: **YOU SHOULD NOT** return a `count` of all objects in the collection as this may be expensive to compute.
530
531
#### Query options
532
:heavy_check_mark: **YOU MAY** support the following query parameters allowing customers to control the list operation:
0 commit comments