ModelBoundQuerySettings Class

Definition

This class describes the model bound settings to use during query composition.

public class ModelBoundQuerySettings
type ModelBoundQuerySettings = class
Public Class ModelBoundQuerySettings
Inheritance
ModelBoundQuerySettings

Constructors

ModelBoundQuerySettings()

Instantiates a new instance of the ModelBoundQuerySettings class

ModelBoundQuerySettings(ModelBoundQuerySettings)

Copy and create new instance of the ModelBoundQuerySettings class

Properties

Countable

Represents the $count can be applied or not.

DefaultEnableFilter

Gets or sets whether the properties can apply $filter by default.

DefaultEnableOrderBy

Gets or sets whether the properties can apply $orderby by default.

DefaultExpandType

Gets or sets the default SelectExpandType of navigation properties.

DefaultMaxDepth

Gets or sets the default maxDepth of navigation properties.

DefaultSelectType

Gets or sets whether the properties can apply $select by default.

ExpandConfigurations

Gets the ExpandConfigurations of navigation properties.

FilterConfigurations

Gets the $filter configuration of properties.

MaxTop

Gets or sets the max value of $top that a client can request.

OrderByConfigurations

Gets the $orderby configuration of properties.

PageSize

Gets or sets the maximum number of query results to return.

SelectConfigurations

Gets the $select configuration of properties.

Applies to