Skip constructor
Skip(
- 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);
Creates $skip
aggregation stage
count
- positive integer that specifies the maximum number of documents
to skip.
Skip(int count) : super('skip', count);