FireDAC.Phys.MongoDBWrapper.TMongoQuery.TOptions Properties
InheritedProtected
| BatchSize | public | Specifies the number of documents to return in each batch of the response from the MongoDB instance. |
| Comment | public | Adds a comment to the query to identify queries in the database profiler output. |
| Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
| Explain | public | Specifies whether to report on the query execution plans. |
| Hint | public | Forces MongoDB to use a specific index to fulfill the query. |
| MaxScan | public | Limits the number of documents to scan. |
| MaxTimeMS | public | Specifies a cumulative time limit in milliseconds for processing operations on the cursor. |
| ReturnKey | public | Forces the cursor to only return fields included in the index. |
| Snapshot | public | Forces the query to use the index on the _id field. |