Click or drag to resize

GridFSFindOptionsTFileId Properties

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