SchemaPipeline.skip

Skips over the specified number of documents that pass into the stage and passes the remaining documents to the next stage in the pipeline. MongoDB Documentation: https://docs.mongodb.com/manual/reference/operator/aggregation/skip/#pipe._S_skip

struct SchemaPipeline
@safe
skip
(
size_t count
)

Meta