ODataQueryBuilder

ODataQueryBuilder class

This class provides parameters(supported Microsoft Graph) and builds a query that specifies and controls the amount of data returned in the response.

Methods

NameDescription
Build
get_CountRetrieves the total count of matching resources.
get_ExpandRetrieves related resources.
get_FilterFilters results (rows).
get_FormatReturns the results in the specified media format.
get_OrderByOrders results.
get_SearchReturns results based on search criteria.
get_SelectFilters properties (columns).
get_SkipIndexes into a result set. Also used by some APIs to implement paging and can be used together with $top to manually page results.
get_TopSets the page size of results.
set_CountRetrieves the total count of matching resources.
set_ExpandRetrieves related resources.
set_FilterFilters results (rows).
set_FormatReturns the results in the specified media format.
set_OrderByOrders results.
set_SearchReturns results based on search criteria.
set_SelectFilters properties (columns).
set_SkipIndexes into a result set. Also used by some APIs to implement paging and can be used together with $top to manually page results.
set_TopSets the page size of results.