Title here
Summary here
This class holds meta data about the current progress of the source.
A generic object that can hold additional request data
Type | Description |
---|---|
object |
The current http request message used for this request
Type | Description |
---|---|
HttpRequestMessage |
The current http response message received for this request
Type | Description |
---|---|
HttpResponseMessage |
Amounts of rows processed in the last request
Type | Description |
---|---|
int |
Number of currently processed items
Type | Description |
---|---|
int |
The number of requests so far
Type | Description |
---|---|
int |
The uri used for the current request
Type | Description |
---|---|
string |
Unparsed meta data from the response. E.g. this could be unparsed json that holds the links to the next page of the response.
Type | Description |
---|---|
string |
Type | Description |
---|---|
string |