samplingSettings Properties |
The samplingSettings type exposes the following members.
| Name | Description | |
|---|---|---|
| limit |
Total number of items allowed to get into sample
| |
| onlyUnique |
It will return only unique instances to be collected, no overlap
| |
| parts |
Defines number of equal parts for sampling algorithms like: n-fold, every n-th
| |
| skip | Number of items to skip | |
| takeOrder |