User Profile

Provide support for OData filtering in expand section of OData query


Currently $expand section in OData query only supports field selection. Providing addition filtering option in expand section would allow to reduce the number of records returned and size of the response. Currently the filtering needs to be done on the client side. Arguments: 1. Response size re...

Read more...
0 Comments

Read more...
0 Comments

Category: Data Management (294)

STATUS DETAILS
Under Review

Enabling dynamic compression (gzip, deflate) for OData responses


Currently all OData responses are send in plain text (no compression). In case wide data entities (with large number of fields) the response sizes can be large. Further more if paging takes place there are multiple responses send over the net. Implementing compression (gzip, deflate) in Odata r...

Read more...
0 Comments

Read more...
0 Comments

Category: Data Management (294)

STATUS DETAILS
Under Review