| ListRequest Properties |
The ListRequest type exposes the following members.
| Name | Description | |
|---|---|---|
| Count |
Count search results. Response will contain only count of records found.
| |
| Filter | (Inherited from BaseRequestSettings.) | |
| Headers |
Возвращает коллекцию хедеров и их значений.
(Inherited from BaseRequestSettings.) | |
| Limit |
Limit search results to N records. Useful for pagination. Default value - 100.
| |
| Skip |
Skip N records in search results. Useful for pagination. Default (if not specified): 0.
|