Skip to content

Commit 97d1c30

Browse files
DOCSP-44438 - Remove nil (#268) (#277)
(cherry picked from commit cd5c1b5) Co-authored-by: Mike Woofter <[email protected]>
1 parent beb75c9 commit 97d1c30

File tree

1 file changed

+6
-6
lines changed
  • source/fundamentals/crud/read-operations

1 file changed

+6
-6
lines changed

source/fundamentals/crud/read-operations/count.txt

+6-6
Original file line numberDiff line numberDiff line change
@@ -99,19 +99,19 @@ You can set the following properties in a ``CountOptions`` object:
9999

100100
* - ``Collation``
101101
- | The type of language collation to use when sorting results.
102-
| Default: ``nil``
102+
| Default: ``null``
103103

104104
* - ``Hint``
105105
- | The index to use to scan for documents to count.
106-
| Default: ``nil``
106+
| Default: ``null``
107107

108-
* - ``Limit``
108+
* - ``Limit``
109109
- | The maximum number of documents to count.
110-
| Default: ``0``
110+
| Default: ``0``
111111

112112
* - ``MaxTime``
113113
- | The maximum amount of time that the query can run on the server.
114-
| Default: ``nil``
114+
| Default: ``null``
115115

116116
* - ``Skip``
117117
- | The number of documents to skip before counting.
@@ -164,7 +164,7 @@ You can set the following properties in a ``EstimatedDocumentCountOptions`` obje
164164

165165
* - ``MaxTime``
166166
- | The maximum amount of time that the query can run on the server.
167-
| Default: ``nil``
167+
| Default: ``null``
168168

169169
Example
170170
```````

0 commit comments

Comments
 (0)