Class GridFSDownloadOptions
Represents options for a GridFS download operation.
public class GridFSDownloadOptions
- Inheritance
-
GridFSDownloadOptions
- Derived
- Inherited Members
Properties
CheckMD5
Gets or sets a value indicating whether to check the MD5 value.
public bool? CheckMD5 { get; set; }
Property Value
- bool?
true
if the MD5 value should be checked; otherwise,false
.
Seekable
Gets or sets a value indicating whether the returned Stream supports seeking.
public bool? Seekable { get; set; }
Property Value
- bool?
true
if the returned Stream supports seeking; otherwise,false
.