DistinctOptions

Members

Functions

maxTime
void maxTime(Duration d)

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

Variables

collation
Nullable!Collation collation;

Collation allows users to specify language-specific rules for string comparison, such as rules for letter-case and accent marks.

comment
Nullable!string comment;

Users can specify an arbitrary string to help trace the operation through the database profiler, currentOp, and logs.

maxTimeMS
Nullable!long maxTimeMS;

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

readConcern
Nullable!ReadConcern readConcern;

Specifies the read concern. Only compatible with a write stage. (e.g. $out, $merge)

See Also

Meta