You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dorm/vendor/github.com/kamva/mgm/v3/operator/querymodifiers.go

21 lines
368 B

package operator
// Modifiers
const (
// Comment = "$comment" // Declared
Explain = "$explain"
Hint = "$hint"
// Max = "$max" // Declared
MaxTimeMS = "$maxTimeMS"
// Min = "$min" // Declared
OrderBy = "$orderby"
Query = "$query"
ReturnKey = "$returnKey"
ShowDiskLoc = "$showDiskLoc"
)
// Sort Order
const (
Natural = "$natural"
)