Skip to content

Commit 222c22a

Browse files
DOCSP-17317 Include count in collstats command (#173)
* DOCSP-17317 Include count in collstats command * DOCSP-17317 updates for review feedback
1 parent 563f39a commit 222c22a

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

source/supported-unsupported/mql-support.txt

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ Diagnostic Commands
132132

133133
- The following fields are omitted from the response:
134134

135-
* ``count``
136135
* ``avgObjSize``
137136
* ``capped``
138137
* ``max``
@@ -152,8 +151,12 @@ Diagnostic Commands
152151
**partitions.attributes**
153152
The filtering attributes of the partition.
154153

154+
**partitions.count**
155+
The number of documents in the partition.
156+
155157
**partitions.source**
156-
The |s3| URL or |service| cluster name, which is the backing data of the partition.
158+
The |s3| URL or |service| cluster name, which is the backing
159+
data of the partition.
157160

158161
**partitions.size**
159162
The size, in bytes, of the partition.
@@ -162,7 +165,7 @@ Diagnostic Commands
162165
The number of partitions.
163166

164167
**avgPartitionSize**
165-
The average size of all paritions.
168+
The average size of all partitions.
166169

167170
.. example::
168171

@@ -171,8 +174,9 @@ Diagnostic Commands
171174
{
172175
...
173176
"partitions": [{
174-
"format": <file format>,
177+
"format": <file format>,
175178
"attributes": <filtering attributes>,
179+
"count": <number of documents in partition>,
176180
"source": <S3 url or Atlas cluster name>,
177181
"size": <size, in bytes, of the partition>
178182
}, ...],

0 commit comments

Comments
 (0)