EstimatedDocumentCountOptions

@safe
struct EstimatedDocumentCountOptions {}

Members

Functions

maxTime
void maxTime(Duration d)

The maximum amount of time to allow the query to run.

Variables

maxTimeMS
Nullable!long maxTimeMS;

The maximum amount of time to allow the query to run.

See Also

Meta