Click or drag to resize

MongoGridFSStream Properties

The MongoGridFSStream type exposes the following members.

Properties
  NameDescription
Public propertyCanRead
Gets whether the GridFS stream supports reading.
(Overrides StreamCanRead.)
Public propertyCanSeek
Gets whether the GridFS stream supports seeking.
(Overrides StreamCanSeek.)
Public propertyCanTimeout
Gets a value that determines whether the current stream can time out.
(Inherited from Stream.)
Public propertyCanWrite
Gets whether the GridFS stream supports writing.
(Overrides StreamCanWrite.)
Public propertyLength
Gets the current length (use SetLength to change the length).
(Overrides StreamLength.)
Public propertyPosition
Gets or sets the current position.
(Overrides StreamPosition.)
Public propertyReadTimeout
Gets or sets a value, in miliseconds, that determines how long the stream will attempt to read before timing out.
(Inherited from Stream.)
Public propertyUpdateMD5 Obsolete.
Gets or sets a value indicating whether to compute and update the MD5 hash for the file when the stream is closed.
Public propertyWriteTimeout
Gets or sets a value, in miliseconds, that determines how long the stream will attempt to write before timing out.
(Inherited from Stream.)
Top
See Also