GridFSFindOptions Class |
Namespace: MongoDB.Driver.GridFS
The GridFSFindOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | GridFSFindOptions | Initializes a new instance of the GridFSFindOptions class |
Name | Description | |
---|---|---|
![]() | BatchSize |
Gets or sets the batch size.
(Inherited from GridFSFindOptionsTFileId.) |
![]() | Limit |
Gets or sets the maximum number of documents to return.
(Inherited from GridFSFindOptionsTFileId.) |
![]() | MaxTime |
Gets or sets the maximum time the server should spend on the Find.
(Inherited from GridFSFindOptionsTFileId.) |
![]() | NoCursorTimeout |
Gets or sets whether the cursor should not timeout.
(Inherited from GridFSFindOptionsTFileId.) |
![]() | Skip |
Gets or sets the number of documents to skip.
(Inherited from GridFSFindOptionsTFileId.) |
![]() | Sort |
Gets or sets the sort order.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | ToBson |
Serializes an object to a BSON byte array.
(Defined by BsonExtensionMethods.) |
![]() | ToBsonDocument |
Serializes an object to a BsonDocument.
(Defined by BsonExtensionMethods.) |
![]() | ToJson |
Serializes an object to a JSON string.
(Defined by BsonExtensionMethods.) |