Table of Contents

Class GridFSDownloadStream

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

Represents a Stream used by the application to read data from a GridFS file.

public class GridFSDownloadStream : DelegatingStream, IDisposable
Inheritance
GridFSDownloadStream
Implements
Inherited Members

Constructors

GridFSDownloadStream(GridFSDownloadStream<BsonValue>)

Initializes a new instance of the GridFSDownloadStream class.

Properties

FileInfo

Gets the files collection document.