FireDAC.Phys.MongoDBWrapper.TMongoQuery.TOptions Properties

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
BatchSizepublicSpecifies the number of documents to return in each batch of the response from the MongoDB instance.
CommentpublicAdds a comment to the query to identify queries in the database profiler output.
DisposedprotectedDisposed is a read-only property that shows the current state of this object.
ExplainpublicSpecifies whether to report on the query execution plans.
HintpublicForces MongoDB to use a specific index to fulfill the query.
MaxScanpublicLimits the number of documents to scan.
MaxTimeMSpublicSpecifies a cumulative time limit in milliseconds for processing operations on the cursor.
ReturnKeypublicForces the cursor to only return fields included in the index.
SnapshotpublicForces the query to use the index on the _id field.