Click or drag to resize
ListRequest Properties

The ListRequest type exposes the following members.

Properties
  NameDescription
Public propertyCount
Count search results. Response will contain only count of records found.
Public propertyFilter (Inherited from BaseRequestSettings.)
Public propertyHeaders
Возвращает коллекцию хедеров и их значений.
(Inherited from BaseRequestSettings.)
Public propertyLimit
Limit search results to N records. Useful for pagination. Default value - 100.
Public propertySkip
Skip N records in search results. Useful for pagination. Default (if not specified): 0.
Top
See Also