Page Iterator Task - Design improvements
Adding to this - https://github.com/microsoftgraph/msgraph-sdk-serviceissues/issues/38 Currently, the PageIterator works with the value and the @odata.nextLink and the other meta data is not considered. How can the other metadata that is returned in the response be handled in a better way?
I take blame for this. I know better than hiding the entire response envelope. We should consider expanding the PageCollection interface to represent the entire response envelope so that response headers can be accessed. It already has an additional property which should hold all of the other properties not in value and not in the odata.nextlink and odata.deltalink properties.