GridFSFindOptionsTFileId Class |
Namespace: MongoDB.Driver.GridFS
The GridFSFindOptionsTFileId type exposes the following members.
Name | Description | |
---|---|---|
![]() | GridFSFindOptionsTFileId | Initializes a new instance of the GridFSFindOptionsTFileId class |
Name | Description | |
---|---|---|
![]() | 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.
|
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.) |