File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,6 @@ the ``GridFSBucket()`` constructor. The following table describes the properties
134134The following example creates a bucket named ``"myCustomBucket"`` by passing an instance
135135of the ``GridFSBucketOptions`` class to the ``GridFSBucket()`` constructor:
136136
137-
138137.. literalinclude:: /includes/code-examples/GridFS.cs
139138 :language: csharp
140139 :dedent:
@@ -302,7 +301,7 @@ contents of a stream to a new GridFS file. These methods accept the following pa
302301 - *Optional.* An instance of the ``GridFSUploadOptions`` class that specifies the
303302 configuration for the upload stream. The default value is ``null``.
304303
305- **Data type**: `GridFSUploadOptions <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.GridFS.GridFSBucket. GridFSUploadOptions.html>`__
304+ **Data type**: `GridFSUploadOptions <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.GridFS.GridFSUploadOptions.html>`__
306305
307306 * - ``cancellationToken``
308307 - *Optional.* A token that you can use to cancel the operation.
@@ -416,7 +415,7 @@ code.
416415
417416To customize the download stream configuration, pass an instance of the
418417``GridFSDownloadOptions`` class to the ``OpenDownloadStream()`` method. The
419- ``GridFSDownloadOptions`` class contains the following properties :
418+ ``GridFSDownloadOptions`` class contains the following property :
420419
421420.. list-table::
422421 :widths: 30 70
You can’t perform that action at this time.
0 commit comments