Class GridFSFindOptions<TFileId>
Represents options for a GridFS Find operation.
Type Parameters
TFileId
The type of the file identifier.
- Inheritance
-
GridFSFindOptions<TFileId>
- Derived
- Inherited Members
Properties
AllowDiskUse
Gets or sets a value indicating whether the server is allowed to write to disk while executing the Find operation.
Property Value
- bool?
BatchSize
Gets or sets the batch size.
Property Value
- int?
The batch size.
Limit
Gets or sets the maximum number of documents to return.
Property Value
- int?
The maximum number of documents to return.
MaxTime
Gets or sets the maximum time the server should spend on the Find.
Property Value
- Time
Span ? The maximum time the server should spend on the Find.
NoCursorTimeout
Gets or sets whether the cursor should not timeout.
Property Value
- bool?
Whether the cursor should not timeout.
Skip
Gets or sets the number of documents to skip.
Property Value
- int?
The number of documents to skip.
Sort
Gets or sets the sort order.
Property Value
- Sort
Definition <GridFSFile <TFileId>>Info The sort order.