Skip to content
Aleksandr Rogov edited this page Jul 15, 2023 · 1 revision

Interface: Expand

Table of contents

Properties

Properties

expand

Optional expand: Expand[]

An Array of Expand Objects representing the $expand Query Option value to control which related records need to be returned.


filter

Optional filter: string

Use the $filter system query option to set criteria for which entities will be returned.


orderBy

Optional orderBy: string[]

An Array(of Strings) representing the order in which items are returned using the $orderby system query option.Use the asc or desc suffix to specify ascending or descending order respectively.The default is ascending if the suffix isn't applied.


property

Optional property: string

A name of a single-valued navigation property which needs to be expanded.


select

Optional select: string[]

An Array(of Strings) representing the $select OData System Query Option to control which attributes will be returned.


top

Optional top: number

Limit the number of results returned by using the $top system query option.Do not use $top with $count!

Clone this wiki locally