GridFSUploadStreamId Property |
Gets the id of the file being added to GridFS.
Namespace: MongoDB.Driver.GridFSAssembly: MongoDB.Driver.GridFS (in MongoDB.Driver.GridFS.dll) Version: 2.1.0
Syntax public abstract ObjectId Id { get; }
Public MustOverride ReadOnly Property Id As ObjectId
Get
abstract Id : ObjectId with get
Property Value
Type:
ObjectId
The id of the file being added to GridFS.
See Also