QueryRequestOptions Class
- java.lang.Object
- com.microsoft.azure.management.resourcegraph.v2019_04_01.QueryRequestOptions
public class QueryRequestOptions
The options for query evaluation.
Constructors
| QueryRequestOptions() | ||
Methods
| resultFormat() |
Get defines in which format query result returned. |
| skip() |
Get the number of rows to skip from the beginning of the results. |
| skipToken() |
Get continuation token for pagination, capturing the next page size and offset, as well as the context of the query. |
| top() |
Get the maximum number of rows that the query should return. |
| withResultFormat(ResultFormat resultFormat) |
Set defines in which format query result returned. |
| withSkip(Integer skip) |
Set the number of rows to skip from the beginning of the results. |
| withSkipToken(String skipToken) |
Set continuation token for pagination, capturing the next page size and offset, as well as the context of the query. |
| withTop(Integer top) |
Set the maximum number of rows that the query should return. |