The following tables list the members exposed by SearchResultInfo.
Name | Description | |
---|---|---|
![]() | Limit | Gets the maximum number of results included in the result set response. The actual number of returned results may be less than Limit. This happens when the number of results remaining after StartIndex is less than Limit. |
![]() | NextStart | Gets the index of the entry after the actual result set response (or -1 if there is no more objects). |
![]() | Query | Gets the query string used for the search. |
![]() | StartIndex | Gets the index of the first entry in the result set response. The index number is 1-based. |
![]() | TotalCount | Gets the total number of objects that fit the search query (may be more than the actual number of returned results). |