Table of Contents

Class GridFSFindOptions

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

Represents options for a GridFS Find operation.

public class GridFSFindOptions : GridFSFindOptions<ObjectId>
Inheritance
GridFSFindOptions
Inherited Members

Properties

Sort

Gets or sets the sort order.

public SortDefinition<GridFSFileInfo> Sort { get; set; }

Property Value

SortDefinition<GridFSFileInfo>

The sort order.