Title here
Summary here
This class holds meta data about the current progress of the source.
public class StreamMetaDataA generic object that can hold additional request data
public object AdditonalData { get; set; }| Type | Description |
|---|---|
| object |
The current http request message used for this request
public HttpRequestMessage HttpRequestMessage { get; }| Type | Description |
|---|---|
| HttpRequestMessage |
The current http response message received for this request
public HttpResponseMessage HttpResponseMessage { get; }| Type | Description |
|---|---|
| HttpResponseMessage |
Amounts of rows processed in the last request
public int ProcessedRows { get; }| Type | Description |
|---|---|
| int |
Number of currently processed items
public int ProgressCount { get; }| Type | Description |
|---|---|
| int |
The number of requests so far
public int RequestCount { get; }| Type | Description |
|---|---|
| int |
The uri used for the current request
public string RequestUri { get; }| 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.
public string UnparsedData { get; }| Type | Description |
|---|---|
| string |
public override string ToString()| Type | Description |
|---|---|
| string |