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 GridFSFindOptions<TFileId>.)
Public propertyBatchSize
Gets or sets the batch size.
(Inherited from GridFSFindOptions<TFileId>.)
Public propertyLimit
Gets or sets the maximum number of documents to return.
(Inherited from GridFSFindOptions<TFileId>.)
Public propertyMaxTime
Gets or sets the maximum time the server should spend on the Find.
(Inherited from GridFSFindOptions<TFileId>.)
Public propertyNoCursorTimeout
Gets or sets whether the cursor should not timeout.
(Inherited from GridFSFindOptions<TFileId>.)
Public propertySkip
Gets or sets the number of documents to skip.
(Inherited from GridFSFindOptions<TFileId>.)
Public propertySort
Gets or sets the sort order.
Top
See Also