QueryRequestOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |
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 |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET