ODataQueryBuilder
Contents
[
Hide
]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
| Name | Description |
|---|---|
| Build | |
| get_Count | Retrieves the total count of matching resources. |
| get_Expand | Retrieves related resources. |
| get_Filter | Filters results (rows). |
| get_Format | Returns the results in the specified media format. |
| get_OrderBy | Orders results. |
| get_Search | Returns results based on search criteria. |
| get_Select | Filters properties (columns). |
| get_Skip | Indexes into a result set. Also used by some APIs to implement paging and can be used together with $top to manually page results. |
| get_Top | Sets the page size of results. |
| set_Count | Retrieves the total count of matching resources. |
| set_Expand | Retrieves related resources. |
| set_Filter | Filters results (rows). |
| set_Format | Returns the results in the specified media format. |
| set_OrderBy | Orders results. |
| set_Search | Returns results based on search criteria. |
| set_Select | Filters properties (columns). |
| set_Skip | Indexes into a result set. Also used by some APIs to implement paging and can be used together with $top to manually page results. |
| set_Top | Sets the page size of results. |