GridFSDownloadStreamTFileId Class |
Represents a Stream used by the application to read data from a GridFS file.
Inheritance Hierarchy
Namespace:
MongoDB.Driver.GridFS
Assembly:
MongoDB.Driver.GridFS (in MongoDB.Driver.GridFS.dll) Version: 2.6.0+Branch.origin/v2.6.x.Sha.593796a7b35dc59243383bcc684de296a5468f2e
Syntax public abstract class GridFSDownloadStream<TFileId> : Stream
Public MustInherit Class GridFSDownloadStream(Of TFileId)
Inherits Stream
[<AbstractClassAttribute>]
type GridFSDownloadStream<'TFileId> =
class
inherit Stream
end
Type Parameters
- TFileId
- The type of the file identifier.
The GridFSDownloadStreamTFileId type exposes the following members.
Properties Methods
| Name | Description |
---|
| BeginRead | (Inherited from Stream.) |
| BeginWrite | (Inherited from Stream.) |
| Close | (Inherited from Stream.) |
| Close(CancellationToken) |
Closes the GridFS stream.
|
| CloseAsync |
Closes the GridFS stream.
|
| CopyTo(Stream) | (Inherited from Stream.) |
| CopyTo(Stream, Int32) | (Inherited from Stream.) |
| CopyToAsync(Stream) | (Inherited from Stream.) |
| CopyToAsync(Stream, Int32) | (Inherited from Stream.) |
| CopyToAsync(Stream, Int32, CancellationToken) | (Inherited from Stream.) |
| CreateObjRef | (Inherited from MarshalByRefObject.) |
| CreateWaitHandle | Obsolete. (Inherited from Stream.) |
| Dispose | (Inherited from Stream.) |
| Dispose(Boolean) | (Inherited from Stream.) |
| EndRead | (Inherited from Stream.) |
| EndWrite | (Inherited from Stream.) |
| Equals | (Inherited from Object.) |
| Finalize | (Inherited from Object.) |
| Flush | (Inherited from Stream.) |
| FlushAsync | (Inherited from Stream.) |
| FlushAsync(CancellationToken) | (Inherited from Stream.) |
| GetHashCode | (Inherited from Object.) |
| GetLifetimeService | (Inherited from MarshalByRefObject.) |
| GetType | (Inherited from Object.) |
| InitializeLifetimeService | (Inherited from MarshalByRefObject.) |
| MemberwiseClone | (Inherited from Object.) |
| MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) |
| ObjectInvariant | Obsolete. (Inherited from Stream.) |
| Read | (Inherited from Stream.) |
| ReadAsync(Byte, Int32, Int32) | (Inherited from Stream.) |
| ReadAsync(Byte, Int32, Int32, CancellationToken) | (Inherited from Stream.) |
| ReadByte | (Inherited from Stream.) |
| Seek | (Inherited from Stream.) |
| SetLength | (Inherited from Stream.) |
| ToString | (Inherited from Object.) |
| Write | (Inherited from Stream.) |
| WriteAsync(Byte, Int32, Int32) | (Inherited from Stream.) |
| WriteAsync(Byte, Int32, Int32, CancellationToken) | (Inherited from Stream.) |
| WriteByte | (Inherited from Stream.) |
TopExtension Methods See Also