ConnectRequestQueryOptions Interface

Beta

Options to request connect projects

Extends

Properties

Name Type Description
isFavorite undefined | false | true Set to true to request the favorite projects  
isMRU undefined | false | true Set to true to request the most recently used projects  

Inherited properties

Name Type Inherited from Description
$filter undefined | string RequestQueryOptions Filter string used by the query (use the mapped EC property names, and not TypeScript property names)
Example: "Name like '*.pdf' and Size lt 1000"
$orderby undefined | string RequestQueryOptions Orders the return values (use the mapped EC property names, and not TypeScript property names)
Example: "Size desc"
$pageSize undefined | number RequestQueryOptions Sets the limit on the number of entries to be returned by a single response.
$select undefined | string RequestQueryOptions Select string used by the query (use the mapped EC property names, and not TypeScript property names)
Example: "Name,Size,Description"
$skip undefined | number RequestQueryOptions Sets the number of entries to be skipped
$top undefined | number RequestQueryOptions Sets the limit on the number of entries to be returned by the query

Defined in

Last Updated: 08 January, 2020