OData / odata.net

ODataLib: Open Data Protocol - .NET Libraries and Frameworks
https://docs.microsoft.com/odata
Other
686 stars 349 forks source link

Batch requests for DataServiceActionQuery, DataServiceActionQuerySingle and DataServiceQuerySingle #3021

Open lucacivale opened 2 months ago

lucacivale commented 2 months ago

Is it possible to add batch request support for DataServiceActionQuery, DataServiceActionQuerySingleand DataServiceQuerySingle? The DataServiceQuerySingle should be fairly easy since it already containes a internal DataServiceQuerywhich could be used for the batch request. I haven't found a way to execute actions with associated parameters in batch sind we can't create a DataServiceQuerywith DataServiceContext.CreateFunctionQuery

lucacivale commented 1 month ago

@habbes this is one of my first requests. Can you tell me how long it usually takes until a feature is implemented? We work with a Microsoft Dynamics 365 endpoint which enabled service protection limits and currently we can batch only a small amount of requests because the most request types are unsupported.