Click or drag to resize

GridFSFindOptions Properties

The GridFSFindOptions type exposes the following members.

Properties
  NameDescription
Public propertyAllowDiskUse
Gets or sets a value indicating whether the server is allowed to write to disk while executing the Find operation.
(Inherited from GridFSFindOptionsTFileId.)
Public propertyBatchSize
Gets or sets the batch size.
(Inherited from GridFSFindOptionsTFileId.)
Public propertyLimit
Gets or sets the maximum number of documents to return.
(Inherited from GridFSFindOptionsTFileId.)
Public propertyMaxTime
Gets or sets the maximum time the server should spend on the Find.
(Inherited from GridFSFindOptionsTFileId.)
Public propertyNoCursorTimeout
Gets or sets whether the cursor should not timeout.
(Inherited from GridFSFindOptionsTFileId.)
Public propertySkip
Gets or sets the number of documents to skip.
(Inherited from GridFSFindOptionsTFileId.)
Public propertySort
Gets or sets the sort order.
Top
See Also