Table of Contents

Class GridFSFindOptions<TFileId>

Namespace
MongoDB.Driver.GridFS
Assembly
MongoDB.Driver.GridFS.dll

Represents options for a GridFS Find operation.

public class GridFSFindOptions<TFileId>

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.

BatchSize

Gets or sets the batch size.

Limit

Gets or sets the maximum number of documents to return.

MaxTime

Gets or sets the maximum time the server should spend on the Find.

NoCursorTimeout

Gets or sets whether the cursor should not timeout.

Skip

Gets or sets the number of documents to skip.

Sort

Gets or sets the sort order.