MongoGridFSStream Properties |
The MongoGridFSStream type exposes the following members.
Name | Description | |
---|---|---|
![]() | CanRead |
Gets whether the GridFS stream supports reading.
(Overrides StreamCanRead.) |
![]() | CanSeek |
Gets whether the GridFS stream supports seeking.
(Overrides StreamCanSeek.) |
![]() | CanTimeout | Gets a value that determines whether the current stream can time out. (Inherited from Stream.) |
![]() | CanWrite |
Gets whether the GridFS stream supports writing.
(Overrides StreamCanWrite.) |
![]() | Length |
Gets the current length (use SetLength to change the length).
(Overrides StreamLength.) |
![]() | Position |
Gets or sets the current position.
(Overrides StreamPosition.) |
![]() | ReadTimeout | Gets or sets a value, in miliseconds, that determines how long the stream will attempt to read before timing out. (Inherited from Stream.) |
![]() | UpdateMD5 | Obsolete.
Gets or sets a value indicating whether to compute and update the MD5 hash for the file when the stream is closed.
|
![]() | WriteTimeout | Gets or sets a value, in miliseconds, that determines how long the stream will attempt to write before timing out. (Inherited from Stream.) |