GridFSUploadStreamId Property  | 
 
            Gets the id of the file being added to GridFS.
            
 
    Namespace: 
   MongoDB.Driver.GridFS
    Assembly:
   MongoDB.Driver.GridFS (in MongoDB.Driver.GridFS.dll) Version: 2.22.0+75246110ed1247226fcc7f8eb2c54ffab745693e
Syntaxpublic ObjectId Id { get; }Public ReadOnly Property Id As ObjectId
	Get
member Id : ObjectId with get
Property Value
Type: 
ObjectId
            The id of the file being added to GridFS.
            
See Also