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 | (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 | (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 | (Inherited from Stream.) |