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.
1 parent 41e3fbd commit 53581c4Copy full SHA for 53581c4
source/fundamentals/gridfs.txt
@@ -225,10 +225,10 @@ method. The ``GridFSUploadOptions`` class contains the following properties:
225
* - Property
226
- Description
227
* - ``BatchSize``
228
- - | The number of chunks to upload in each batch. The default value is ``16777216``
229
- divided by the value of the ``ChunkSizeBytes`` property.
230
- |
231
- | **Data type**: ``int?``
+ - The number of chunks to upload in each batch. The default value is ``16777216``
+ divided by the value of the ``ChunkSizeBytes`` property.
+
+ **Data type**: ``int?``
232
233
* - ``ChunkSizeBytes``
234
- The maximum size of each chunk.
0 commit comments