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 2459505 commit 18f4e59Copy full SHA for 18f4e59
source/fundamentals/gridfs.txt
@@ -234,12 +234,13 @@ method. The ``GridFSUploadOptions`` class contains the following properties:
234
235
* - ``Metadata``
236
- Metadata to store with the file, including the following elements:
237
+
238
- The ``_id`` of the file
239
- The name of the file
240
- The length and size of the file
241
- The upload date and time
242
- A ``metadata`` document in which you can store other information
-
243
244
| The default value is ``null``.
245
|
246
| **Data type**: `BsonDocument <{+new-api-root+}/MongoDB.Bson/MongoDB.Bson.BsonDocument.html>`__
0 commit comments