mongoschemad ~master (2021-10-16T08:14:18Z)
Dub
Repo
MongoSchema.findRange
mongoschema
db
MongoSchema
Finds one or more elements using a query as range.
DocumentRange
!(
typeof
(
this
))
findRange
(Query!(typeof(this)) query, QueryFlags flags, int num_skip, int num_docs_per_chunk)
DocumentRange
!(
typeof
(
this
))
findRange
(T query, QueryFlags flags, int num_skip, int num_docs_per_chunk)
mixintemplate
MongoSchema
()
static
DocumentRange
!(
typeof
(this))
findRange
(
T
)
(
T
query
,
QueryFlags
flags
=
QueryFlags.None
,
int
num_skip
= 0
,
int
num_docs_per_chunk
= 0
)
Meta
Source
See Implementation
mongoschema
db
MongoSchema
functions
merge
remove
save
properties
bsonID
collection
static functions
aggregate
count
countAll
dropTable
find
findAll
findById
findOne
findOneOrThrow
findRange
insertMany
removeAll
tryFindById
tryFindOne
update
upsert
static variables
_schema_collection_
Finds one or more elements using a query as range.