Skip constructor

Skip(
  1. int count
)

Creates $skip aggregation stage

count - positive integer that specifies the maximum number of documents to skip.

Implementation

Skip(int count) : super('skip', count);