Class RetrieveAllOptions
public class RetrieveAllOptions
- Inheritance
-
RetrieveAllOptions
- Inherited Members
Constructors
RetrieveAllOptions()
public RetrieveAllOptions()
RetrieveAllOptions(bool, int, int)
public RetrieveAllOptions(bool errorAtMaxResults, int maxResults, int pageSize = 0)
Parameters
Fields
DefaultMaxResults
public const int DefaultMaxResults = 2147483647
Field Value
Properties
ErrorAtMaxResults
Determines whether an error is thrown when max results is reached
public bool ErrorAtMaxResults { get; set; }
Property Value
MaxResults
The maximum number of results to return.
public int MaxResults { get; set; }
Property Value
PageSize
Number of results per request batch from the server.
public int PageSize { get; set; }