Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface QueryOptions

Package version

Parameter group

Hierarchy

  • QueryOptions

Index

Properties

Properties

Optional filter

filter: undefined | string

OData filter expression.

Optional format

Specifies the media type for the response.

Optional select

select: undefined | string

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

Optional top

top: undefined | number

Maximum number of records to return.

Generated using TypeDoc