Skip to content

OData response with custom ODataOutputFormatter  #2843

@sarvancse1987

Description

@sarvancse1987

var oDataResponse = new ODataResponse
{
Items = transformedResults as IEnumerable,
Count = response.TotalRecords,
NextLink = response.ContinuationToken
};

return Ok(responses);

needs to return the cosmodb continuationtoken for fetch the next set of records

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions