-
When listing all items, it's much more efficient to query the maximum Microsoft Graph PageSize, 999 items (`$top` parameter), instead of the default 20.
The `-All` queries could be up to 50 times fas…
-
**Assemblies affected**
ASP.NET Core OData 8.2.3
**Describe the bug**
Consider the following data model and OData controller:
```csharp
namespace NS.Models
{
public class Employee
{
…
-
@xuzhg Unfortunately I think I have found an error in your OData 8.0.7 component. I would like to tell, that it worked excellently in OData 7.4.1
The problem is, that $expand presumably cannot be u…
-
### Which service(blob, file, queue, table) does this issue concern?
Table
### Which version of the Azurite was used?
3.31.0
### Where do you get Azurite? (npm, DockerHub, NuGet, Visual Studio…
-
Hi,
In several Azure CLI commands, you can use a `--filter` parameter to use OData syntax to filter your query.
It's seems that all OData operators aren't supported.
You can do:
`az ad app lis…
-
Hi
OData 8.2.0
My project uses server-side pagination through the EnableQuery attribute and the PageSize parameter:
```
[HttpGet, EnableQuery(PageSize = 1000)]
[ProducesResp…
-
-
I'm implementing an OData api for a backend with dynamic model. The backend has one or more types with only one common property, an Id. The rest is defined by configuration and I would like to present…
-
*Short summary (3-5 sentences) describing the issue.*
### Assemblies affected
*Which assemblies and versions are known to be affected e.g. OData .Net lib 7.x*
### Reproduce steps
Custo…
xuzhg updated
5 months ago
-
I am using ODataURIParser to parse my Odata query sent from postman, I malformed a query by missing a equal to sign with the filter parameter. Surprisingly I didn't gave me the error I was expecti…