Share via


PolicyQuerySettings Class

Definition

Parameter group.

public class PolicyQuerySettings
type PolicyQuerySettings = class
Public Class PolicyQuerySettings
Inheritance
PolicyQuerySettings

Constructors

PolicyQuerySettings()

Initializes a new instance of PolicyQuerySettings.

Properties

Apply

OData apply expression for aggregations.

Expand

The $expand query parameter. For example, to expand components use $expand=components.

Filter

OData filter expression.

From

ISO 8601 formatted timestamp specifying the start time of the interval to query. When not specified, the service uses ($to - 1-day).

OrderBy

Ordering expression using OData notation. One or more comma-separated column names with an optional "desc" (the default) or "asc", e.g. "$orderby=PolicyAssignmentId, ResourceId asc".

Select

Select expression using OData notation. Limits the columns on each record to just those requested, e.g. "$select=PolicyAssignmentId, ResourceId".

SkipToken

Skiptoken is only provided if a previous response returned a partial result as a part of nextLink element.

To

ISO 8601 formatted timestamp specifying the end time of the interval to query. When not specified, the service uses request time.

Top

Maximum number of records to return.

Applies to