带 OneDrive 的 MS Graph Delta 中的筛选功能

Filter functionality in MS Graph Delta with OneDrive

如何使用 C# 和 ASP.NET Core 正确使用 IDriveItemDeltaRequest 中的过滤器?

界面对过滤器的说明如下

    // Adds the specified filter value to the request.
    //
    //   value:
    //     The filter value.
    //
    //     The request object to send.
    IDriveItemDeltaRequest Filter(string value);

我认为无法使用 Onedrive 使用 Graph delta 进行过滤?

根据官方documentation,不支持$filter。该方法支持$select、$expand、$top OData查询参数自定义响应。

话虽如此,请考虑提交 user voice 以便将来实施时考虑同样的做法。