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.

Inherited Members

java.lang.Object.clone() java.lang.Object.equals(java.lang.Object) java.lang.Object.finalize() java.lang.Object.getClass() java.lang.Object.hashCode() java.lang.Object.notify() java.lang.Object.notifyAll() java.lang.Object.toString() java.lang.Object.wait() java.lang.Object.wait(long) java.lang.Object.wait(long,int)

Applies to