start_index


Description:

public uint start_index { get; }

The one-based index of the first item in the results feed.

This should not be used manually for pagination. Instead, use a Query and call its next_page or previous_page functions before making the query to the service.

API reference: openSearch:startIndex