Share via


QueryRequestOptions Class

Definition

The options for query evaluation

public class QueryRequestOptions
type QueryRequestOptions = class
Public Class QueryRequestOptions
Inheritance
QueryRequestOptions

Constructors

QueryRequestOptions()

Initializes a new instance of the QueryRequestOptions class.

QueryRequestOptions(String, Nullable<Int32>, Nullable<Int32>, Nullable<ResultFormat>, Nullable<Boolean>)

Initializes a new instance of the QueryRequestOptions class.

Properties

AllowPartialScopes

Gets or sets only applicable for tenant and management group level queries to decide whether to allow partial scopes for result in case the number of subscriptions exceed allowed limits.

ResultFormat

Gets or sets defines in which format query result returned. Possible values include: 'table', 'objectArray'

Skip

Gets or sets the number of rows to skip from the beginning of the results. Overrides the next page offset when $skipToken property is present.

SkipToken

Gets or sets continuation token for pagination, capturing the next page size and offset, as well as the context of the query.

Top

Gets or sets the maximum number of rows that the query should return. Overrides the page size when $skipToken property is present.

Methods

Validate()

Validate the object.

Applies to