Sets the OData post data object
The field(s) to be include in an $expand list. Can be a reference field (e.g. 'Owner') or an array of fields (e.g. ['CreatedBy', 'ModifiecBy'])
Sets the OData $filter parameter
Sets the OData $format parameter. Can be 'json' or 'verbosejson'
Sets the OData $format parameter. Can be 'json' or 'verbosejson'
Sets the OData metadata parameter. Can be 'full', 'minimal' or 'no'
Sets the OData $orderby parameter. Usage example ```ts // simple field { ... orderby: 'Name' } // list with fields or tuples with order direction { ... orderby: [ ['CreationDate', 'desc'] 'Name', 'DisplayName' ]
}
```
Sets the OData 'query' parameter. Can be a Content Query
Sets the OData Scenario parameter
The field(s) to be include in a $select list. Can be a field (e.g. 'DisplayName'), an array of fields (e.g. ['Name', 'Type']) or 'all'
Sets the OData $skip parameter
Sets the OData $top parameter
Generated using TypeDoc
Model class to define specific OData Request parameters. See http://wiki.sensenet.com/OData_REST_API