Table of Contents

Method OpenRead

Namespace
MongoDB.Driver.GridFS
Assembly
MongoDB.Driver.Legacy.dll

OpenRead(string)

Opens an existing GridFS file for reading.

public MongoGridFSStream OpenRead(string remoteFileName)

Parameters

remoteFileName string

The remote file name.

Returns

MongoGridFSStream

A stream.